Skip to content

Commit ddbfeec

Browse files
committed
disable testpypi
1 parent 07279cf commit ddbfeec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish-to-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@master
35-
with:
36-
password: ${{ secrets.test_pypi_password }}
37-
repository_url: https://test.pypi.org/legacy/
33+
#- name: Publish distribution 📦 to Test PyPI
34+
# uses: pypa/gh-action-pypi-publish@master
35+
# with:
36+
# password: ${{ secrets.test_pypi_password }}
37+
# repository_url: https://test.pypi.org/legacy/
3838
- name: Publish distribution 📦 to PyPI
3939
if: startsWith(github.ref, 'refs/tags')
4040
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)