Skip to content

Commit e92fb0f

Browse files
authored
Merge pull request #355 from nicolocin/ga_publish_fix
CI: trigger publish.yml when new tag is published
2 parents 5fbc228 + 8c828fe commit e92fb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Upload to PyPI
55

66
on:
77
release:
8-
types: [created]
8+
types: [published]
99

1010
jobs:
1111
deploy:

0 commit comments

Comments
 (0)