Skip to content

Commit

Permalink
Change event type for github release action
Browse files Browse the repository at this point in the history
Not sure whether this will work, but trying it out because github releases don't work on publish anymore.
  • Loading branch information
nuwang authored Mar 6, 2023
1 parent 620f8f8 commit 0f47032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish TPV to PyPI
on:
release:
types: [created]
types: [published]
push:
tags:
- '*'
Expand Down

0 comments on commit 0f47032

Please sign in to comment.