Skip to content

Commit ce15f98

Browse files
committed
can only push once
so no use for test pypi
1 parent 359bcf9 commit ce15f98

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pypi.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
run: |
4040
python setup.py sdist bdist_wheel
4141
42-
- name: Publish distribution to Test PyPI
43-
uses: pypa/gh-action-pypi-publish@master
44-
with:
45-
password: ${{ secrets.test_pypi_password }}
46-
repository_url: https://test.pypi.org/legacy/
47-
4842
- name: Publish distribution to PyPI
4943
if: startsWith(github.ref, 'refs/tags')
5044
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)