Skip to content

Commit 68b99d7

Browse files
ci: Publish to PyPI on publish of GitHub release (#1968)
* Run the publish package workflow on release events when a GitHub release is published.
1 parent afbc4f3 commit 68b99d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
pull_request:
99
branches:
1010
- master
11+
release:
12+
types: [published]
1113
workflow_dispatch:
1214
inputs:
1315
publish:

0 commit comments

Comments
 (0)