Skip to content

Commit b5367c3

Browse files
authored
Temporary not publishing with pypi-publish.yml to test the workflow.
1 parent 59f7e80 commit b5367c3

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Package to PyPi
22

3-
on:
4-
release:
5-
types: [published]
3+
#on:
4+
# release:
5+
# types: [published]
6+
7+
8+
on: workflow_dispatch
69

710
env:
811
WHL_HOUSE: wheelhouse
@@ -86,8 +89,8 @@ jobs:
8689
- name: Display all artifacts
8790
run: ls -R
8891
working-directory: ${{ env.WHL_HOUSE }}
89-
- name: Publish package to PyPI
90-
uses: pypa/gh-action-pypi-publish@release/v1
91-
with:
92-
packages-dir: ${{ env.WHL_HOUSE }}/
93-
verbose: true
92+
#- name: Publish package to PyPI
93+
# uses: pypa/gh-action-pypi-publish@release/v1
94+
# with:
95+
# packages-dir: ${{ env.WHL_HOUSE }}/
96+
# verbose: true

0 commit comments

Comments
 (0)