add twine to workflow

This commit is contained in:
AI Christianson 2024-12-17 08:51:52 -05:00
parent 5b4798a32a
commit bfdfd781c0
1 changed files with 2 additions and 1 deletions

View File

@ -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/*