add twine to workflow
This commit is contained in:
parent
5b4798a32a
commit
bfdfd781c0
|
|
@ -46,6 +46,7 @@ jobs:
|
|||
env:
|
||||
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||
run: |
|
||||
python -m pip install --upgrade twine # Ensure twine is installed
|
||||
twine upload --non-interactive --disable-progress-bar \
|
||||
-u __token__ -p "${PYPI_API_TOKEN}" dist/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue