Skip to content

Commit

Permalink
fix(ci): deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Aug 7, 2024
1 parent e14eb2b commit 360f1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
path: ./wheelhouse/*.whl

deploy:
if: ${{ github.event_name == 'release' }} || ${{ github.event.inputs.publish == 'true' }}
if: ${{ github.event_name == 'release' || github.event.inputs.publish == 'true' }}
needs: [package]

permissions:
Expand Down

0 comments on commit 360f1ff

Please sign in to comment.