Skip to content

Commit

Permalink
ci: Publish to PyPI on publish of GitHub release (#1968)
Browse files Browse the repository at this point in the history
* Run the publish package workflow on release events when a GitHub release is published.
  • Loading branch information
matthewfeickert authored Aug 29, 2022
1 parent afbc4f3 commit 68b99d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- master
release:
types: [published]
workflow_dispatch:
inputs:
publish:
Expand Down

0 comments on commit 68b99d7

Please sign in to comment.