Skip to content

Commit

Permalink
Only trigger on released action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Oct 1, 2024
1 parent 5bd05e3 commit 50ca517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
publish:
needs: [build_wheels]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.prerelease == false && github.event.action == 'published'
if: github.event_name == 'release' && github.event.action == 'released'
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 50ca517

Please sign in to comment.