Skip to content

Commit

Permalink
changed pypi publish to use token auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jdepoix committed Nov 11, 2024
1 parent f92e3d6 commit 2a1525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
# TODO update repo and username/pw
run: |
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 }}

0 comments on commit 2a1525d

Please sign in to comment.