Skip to content

Commit 6fd7705

Browse files
committed
skip test
1 parent ab28960 commit 6fd7705

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/python-publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
run: |
3232
python setup.py build sdist bdist_wheel
3333
pytest --disable-warnings
34-
- name: Test Publish
35-
uses: pypa/gh-action-pypi-publish@release/v1
36-
if: github.event_name == 'release' && github.event.action == 'created'
37-
with:
38-
user: __token__
39-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
40-
repository-url: https://test.pypi.org/legacy/
41-
skip-existing: true
42-
verbose: true
34+
# - name: Test Publish
35+
# uses: pypa/gh-action-pypi-publish@release/v1
36+
# if: github.event_name == 'release' && github.event.action == 'created'
37+
# with:
38+
# user: __token__
39+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
40+
# repository-url: https://test.pypi.org/legacy/
41+
# skip-existing: true
42+
# verbose: true
4343
- name: Publish
4444
uses: pypa/gh-action-pypi-publish@release/v1
4545
if: github.event_name == 'create' && github.event.ref_type == 'tag'

0 commit comments

Comments
 (0)