Skip to content

Commit

Permalink
Merge pull request #1088 from spotDL/dev
Browse files Browse the repository at this point in the history
Update python-publish.yml - Fix error that prevented PyPI release occuring
  • Loading branch information
Silverarmor authored Jan 8, 2021
2 parents 2df5256 + d5377e7 commit 4cdca4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ name: Upload Python Package

on:
release:
types: [created]

types:
- created
- published
- edited

jobs:
deploy:

Expand Down

0 comments on commit 4cdca4c

Please sign in to comment.