Skip to content

Commit

Permalink
is it failing because the comparison is wonky?
Browse files Browse the repository at this point in the history
  • Loading branch information
masklinn committed Nov 24, 2024
1 parent fa7a5a3 commit 8673b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyo3-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: [py-release-tests, py-release-sdist]
if: ${{ inputs.release == 'true' }}
if: ${{ inputs.release }}
permissions:
# Use to sign the release artifacts
id-token: write
Expand Down

0 comments on commit 8673b82

Please sign in to comment.