Skip to content

Commit 551d3b2

Browse files
authored
Update publish-to-test-pypi.yml
1 parent 1604e6c commit 551d3b2

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
@@ -26,11 +26,11 @@ jobs:
2626
--wheel
2727
--outdir dist/
2828
.
29-
- name: Publish distribution 📦 to Test PyPI
30-
uses: pypa/gh-action-pypi-publish@master
31-
with:
32-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33-
repository_url: https://test.pypi.org/legacy/
29+
# - name: Publish distribution 📦 to Test PyPI
30+
# uses: pypa/gh-action-pypi-publish@master
31+
# with:
32+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33+
# repository_url: https://test.pypi.org/legacy/
3434
- name: Publish distribution 📦 to PyPI
3535
if: startsWith(github.ref, 'refs/tags')
3636
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)