Skip to content

Commit ed68ebf

Browse files
committed
pypi publish skeleton
1 parent 828c31d commit ed68ebf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Upload Python Package to PyPi
22

3-
on: push
3+
on:
4+
release:
5+
types: [published]
6+
47

58
permissions:
69
contents: read

0 commit comments

Comments
 (0)