Skip to content

Commit

Permalink
fix: Ensure release workflow is trigger for every release and not jus…
Browse files Browse the repository at this point in the history
…t when it is created.
  • Loading branch information
KaleabTessera committed Mar 25, 2022
1 parent 7e3f301 commit f7d043c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pypi

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down

0 comments on commit f7d043c

Please sign in to comment.