Skip to content

Commit d3d492a

Browse files
committed
Remove the Test PyPi from GitHub Actions
1 parent 2501eb2 commit d3d492a

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
@@ -24,11 +24,11 @@ jobs:
2424
--wheel
2525
--outdir dist/
2626
.
27-
- name: Publish distribution 📦 to Test PyPI
28-
uses: pypa/gh-action-pypi-publish@master
29-
with:
30-
password: ${{ secrets.PYPITEST_API_TOKEN }}
31-
repository_url: https://test.pypi.org/legacy/
27+
# - name: Publish distribution 📦 to Test PyPI
28+
# uses: pypa/gh-action-pypi-publish@master
29+
# with:
30+
# password: ${{ secrets.PYPITEST_API_TOKEN }}
31+
# repository_url: https://test.pypi.org/legacy/
3232
- name: Publish distribution 📦 to PyPI
3333
if: startsWith(github.ref, 'refs/tags')
3434
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)