Add username

This commit is contained in:
Michel Roux 2023-06-30 22:14:02 +02:00
parent f3463924d0
commit 6d8e9a9b7b

@ -47,4 +47,5 @@ jobs:
- run: python setup.py sdist - run: python setup.py sdist
- run: twine upload dist/* - run: twine upload dist/*
env: env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}