Skip to content

Commit fbe902e

Browse files
authored
Trigger publish workflow only on release publish event.
1 parent f1dcfc5 commit fbe902e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

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

33
on:
44
release:
5-
type: [created]
5+
types: [published]
66

77
jobs:
88
deploy:

0 commit comments

Comments
 (0)