Skip to content

Commit 31454d9

Browse files
committed
Use real PyPI
1 parent 59ba98b commit 31454d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pypi.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
uses: pypa/gh-action-pypi-publish@release/v1
2525
with:
2626
user: __token__
27-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
28-
repository_url: https://test.pypi.org/legacy/
27+
password: ${{ secrets.PYPI_API_TOKEN }}
28+
# Uncomment to use pypi test repo
29+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
30+
# repository_url: https://test.pypi.org/legacy

0 commit comments

Comments
 (0)