Skip to content

Commit

Permalink
Specifiy release event to publish to PyPi (#30) (#41)
Browse files Browse the repository at this point in the history
This patch adds a trigger event to publish.yml and specifies the release
event to when we will publish to PyPi.
  • Loading branch information
quasi-mod authored Apr 12, 2024
1 parent 9cafd4d commit bd7a7d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
on:
release:
types: [released]

jobs:
pypi-publish:
name: Upload release to PyPI
Expand Down

0 comments on commit bd7a7d2

Please sign in to comment.