Skip to content

Commit 1b3de04

Browse files
committed
Removed pypi test upload.
1 parent 999e895 commit 1b3de04

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ jobs:
2828
--binary
2929
--out-dir dist/
3030
.
31-
- name: Publish distribution 📦 to Test PyPI
32-
uses: pypa/gh-action-pypi-publish@master
33-
with:
34-
password: ${{ secrets.pypitest_password }}
35-
repository_url: https://test.pypi.org/legacy/
31+
32+
# - name: Publish distribution 📦 to Test PyPI
33+
# uses: pypa/gh-action-pypi-publish@master
34+
# with:
35+
# password: ${{ secrets.pypitest_password }}
36+
# repository_url: https://test.pypi.org/legacy/
3637

3738
- name: Publish distribution 📦 to PyPI
3839
if: startsWith(github.event.ref, 'refs/tags')

0 commit comments

Comments
 (0)