Skip to content

Commit

Permalink
Only trigger the flow on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov authored Jun 13, 2024
1 parent 8e513a6 commit bb47b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish to PyPi
on:
[push]
#workflow_dispatch:
release:
types: [published]

jobs:
build-pypi-packages:
Expand Down

0 comments on commit bb47b7c

Please sign in to comment.