Skip to content

Commit edbeef8

Browse files
committed
ci: Disable TestPyPI job
1 parent aace85f commit edbeef8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
twine check dist/*
6464
6565
# Always publish to TestPyPI for all tags and releases
66-
- name: Publish to TestPyPI
67-
uses: pypa/gh-action-pypi-publish@release/v1
68-
with:
69-
repository-url: https://test.pypi.org/legacy/
70-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
71-
skip-existing: true
72-
verbose: true
66+
# - name: Publish to TestPyPI
67+
# uses: pypa/gh-action-pypi-publish@release/v1
68+
# with:
69+
# repository-url: https://test.pypi.org/legacy/
70+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
71+
# skip-existing: true
72+
# verbose: true
7373

7474
# Only publish to PyPI for stable GitHub releases (no RC/alpha/beta)
7575
- name: Publish to PyPI

0 commit comments

Comments
 (0)