changed pypi publish to use token auth
This commit is contained in:
parent
f92e3d6595
commit
2a1525d583
|
@ -85,4 +85,4 @@ jobs:
|
||||||
# TODO update repo and username/pw
|
# TODO update repo and username/pw
|
||||||
run: |
|
run: |
|
||||||
poetry config repositories.testpypi https://test.pypi.org/legacy/
|
poetry config repositories.testpypi https://test.pypi.org/legacy/
|
||||||
poetry publish -r testpypi -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
|
poetry publish -r testpypi -u __token__ -p ${{ secrets.PYPI_TOKEN_TEST }}
|
||||||
|
|
Loading…
Reference in New Issue