changed pypi publish to use token auth

This commit is contained in:
Jonas Depoix 2024-11-11 15:15:41 +01:00
parent f92e3d6595
commit 2a1525d583
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}