Skip to content

Commit f03df2b

Browse files
authored
Run Upload Python Package action only once
1 parent 4f95bed commit f03df2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Upload Python Package
1010

1111
on:
1212
release:
13-
types: [published, created, released]
13+
types: [published]
1414

1515
jobs:
1616
deploy:

0 commit comments

Comments
 (0)