Skip to content

Commit 8673b82

Browse files
committed
is it failing because the comparison is wonky?
1 parent fa7a5a3 commit 8673b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyo3-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
name: Release
173173
runs-on: ubuntu-latest
174174
needs: [py-release-tests, py-release-sdist]
175-
if: ${{ inputs.release == 'true' }}
175+
if: ${{ inputs.release }}
176176
permissions:
177177
# Use to sign the release artifacts
178178
id-token: write

0 commit comments

Comments
 (0)