diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d33ee1e0..f99dc384 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: options: --user root steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 # Checkout all branches and history. - name: Build wheels run: | git config --global --add safe.directory "$GITHUB_WORKSPACE"