Skip to content

Commit 3f7d303

Browse files
committed
Fix publish
1 parent 48fab02 commit 3f7d303

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: (todo) Nuitka build and publish to PyPi
1+
name: Publish to PyPi
22

33
on:
4+
release:
5+
types: [published]
6+
47
workflow_dispatch:
58

69
jobs:

0 commit comments

Comments
 (0)