diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7f8d262..a6e62511 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,8 @@ jobs: CIBW_BUILD_VERBOSITY: 1 steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-python@v4 if: ${{ !contains(matrix.os, 'self-hosted') }} with: diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 0d7ae3c2..d8ae1d4a 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -18,6 +18,8 @@ jobs: needs: build steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Download binary wheels id: download uses: actions/download-artifact@v3