Add username
This commit is contained in:
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 }}
|
||||||
|
Reference in New Issue
Block a user