We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fab02 commit 3f7d303Copy full SHA for 3f7d303
.github/workflows/python-publish.yml
@@ -1,6 +1,9 @@
1
-name: (todo) Nuitka build and publish to PyPi
+name: Publish to PyPi
2
3
on:
4
+ release:
5
+ types: [published]
6
+
7
workflow_dispatch:
8
9
jobs:
0 commit comments