fix: revert avoid building wheels if a release is not made (#357)

This commit is contained in:
J. Nick Koston 2025-01-07 12:59:01 -10:00 committed by GitHub
parent a0386b0d98
commit ebdf07ec9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,8 +106,6 @@ jobs:
- test
- lint
- commitlint
outputs:
released: ${{ steps.release.outputs.released }}
steps:
- uses: actions/checkout@v3
@ -128,7 +126,7 @@ jobs:
build_wheels:
needs: [release]
if: needs.release.outputs.released == 'true'
name: Build wheels on ${{ matrix.os }} with arch ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy: