Skip to content

Commit b86a0ca

Browse files
authored
Update publish-to-test-pypi.yml
1 parent 1f67295 commit b86a0ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
--wheel
3131
--outdir dist/
3232
33-
- name: Publish distribution to Test PyPI
34-
uses: pypa/gh-action-pypi-publish@release/v1
35-
with:
36-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37-
repository_url: https://test.pypi.org/legacy/
33+
# - name: Publish distribution to Test PyPI
34+
# uses: pypa/gh-action-pypi-publish@release/v1
35+
# with:
36+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37+
# repository_url: https://test.pypi.org/legacy/
3838

3939
- name: Publish distribution to PyPI
4040
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)