Skip to content

Commit

Permalink
fix(ci): publish condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Aug 7, 2024
1 parent 345f20f commit 45f43df
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 @@ -130,7 +130,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 45f43df

Please sign in to comment.