Skip to content

Commit 2e69968

Browse files
committed
Use PyPI instead of TestPyPI
1 parent 5ca576c commit 2e69968

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
if: startsWith(github.ref, 'refs/tags')
3030
uses: pypa/gh-action-pypi-publish@master
3131
with:
32-
password: ${{ secrets.TEST_PYPI_PASSWORD }}
33-
repository_url: https://test.pypi.org/legacy/
32+
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)