Skip to content

Commit ffcc6f7

Browse files
authored
Update python-publish.yml
Added "released" as trigger
1 parent 571f119 commit ffcc6f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Python Package
22

33
on:
44
release:
5-
types: [published]
5+
types: [published, released]
66
branches: [main]
77

88
permissions:

0 commit comments

Comments
 (0)