Skip to content

Commit 5de5d6b

Browse files
committed
reverts to on-release publish
1 parent 36d9d0e commit 5de5d6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
name: Upload Python Package
1010

1111
on:
12-
push:
13-
branches:
14-
- main
12+
release:
13+
types: [published]
14+
branches: [main]
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)