From 93398bd506337bc27787d13192f67bfff86d8bae Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Wed, 11 Dec 2024 21:58:04 +0000 Subject: [PATCH] fetch-depth 0 to see tag history --- .github/workflows/build_upload_pypi_wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_upload_pypi_wheels.yml b/.github/workflows/build_upload_pypi_wheels.yml index 8bd9ba645..aa8d6a660 100644 --- a/.github/workflows/build_upload_pypi_wheels.yml +++ b/.github/workflows/build_upload_pypi_wheels.yml @@ -36,6 +36,7 @@ jobs: - name: Checkout project uses: actions/checkout@v4 with: + fetch-depth: 0 fetch-tags: true - name: Setup Python ${{ matrix.python-version }} @@ -108,6 +109,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + fetch-depth: 0 fetch-tags: true