Fix Twine
This commit is contained in:
parent
1ddeb8b405
commit
f3463924d0
@ -45,6 +45,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: pip install twine
|
- run: pip install twine
|
||||||
- run: python setup.py sdist
|
- run: python setup.py sdist
|
||||||
- run: twine upload -p ${PYPI_API_TOKEN} dist
|
- run: twine upload dist/*
|
||||||
env:
|
env:
|
||||||
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user