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 b74531c commit 1066ca2Copy full SHA for 1066ca2
.github/workflows/python-publish.yml
@@ -8,11 +8,13 @@
8
9
name: Upload Python Package
10
11
-on: workflow_dispatch
12
13
-#on:
14
-# release:
15
-# types: [published]
+# on demand run, for tests purposes
+#on: workflow_dispatch
+
+on:
16
+ release:
17
+ types: [published]
18
19
permissions:
20
contents: read
@@ -76,5 +78,5 @@ jobs:
76
78
uses: pypa/gh-action-pypi-publish@release/v1
77
79
with:
80
packages-dir: dist/
- env:
81
+ env: ### should not be necessary with Trusted Publisher Management, but we let it here
82
PYPI_TOKEN: ${{ secrets.PYPITOKENB }}
0 commit comments