Skip to content

Commit

Permalink
Merge pull request #197 from NSLS-II/gha-pypi-publish
Browse files Browse the repository at this point in the history
Update PyPI when release is created or published
  • Loading branch information
mrakitin authored Oct 1, 2024
2 parents 9b285f9 + de7a183 commit 3e8f61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Upload Python Package

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

jobs:
deploy:
Expand Down

0 comments on commit 3e8f61e

Please sign in to comment.