switch to real pypi

This commit is contained in:
Joaquin Matres 2022-05-05 20:03:06 -07:00
parent 2b693ec39b
commit c9071dffac
1 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ jobs:
with:
user: __token__
# Test PyPI
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
# password: ${{ secrets.test_pypi_password }}
# repository_url: https://test.pypi.org/legacy/
# Uncomment for Real Pypi
# password: ${{ secrets.pypi_password }}
password: ${{ secrets.pypi_password }}