Skip to content

Commit

Permalink
Patch PyPI publish workflow to run when release is published
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Jan 14, 2021
1 parent 0772a2b commit 227c675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypipublish.yaml
Expand Up @@ -2,7 +2,7 @@ name: Upload Python Package

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

jobs:
deploy:
Expand Down

0 comments on commit 227c675

Please sign in to comment.