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 59f7e80 commit b5367c3Copy full SHA for b5367c3
.github/workflows/pypi-publish.yml
@@ -1,8 +1,11 @@
1
name: Package to PyPi
2
3
-on:
4
- release:
5
- types: [published]
+#on:
+# release:
+# types: [published]
6
+
7
8
+on: workflow_dispatch
9
10
env:
11
WHL_HOUSE: wheelhouse
@@ -86,8 +89,8 @@ jobs:
86
89
- name: Display all artifacts
87
90
run: ls -R
88
91
working-directory: ${{ env.WHL_HOUSE }}
- - name: Publish package to PyPI
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
92
- packages-dir: ${{ env.WHL_HOUSE }}/
93
- verbose: true
+ #- name: Publish package to PyPI
+ # uses: pypa/gh-action-pypi-publish@release/v1
94
+ # with:
95
+ # packages-dir: ${{ env.WHL_HOUSE }}/
96
+ # verbose: true
0 commit comments