Fix Twine
books / flake8 (push) Successful in 32s Details
books / docker (push) Successful in 29s Details
books / pypi (push) Failing after 43s Details

This commit is contained in:
Michel Roux 2023-06-30 22:09:40 +02:00
parent 1ddeb8b405
commit f3463924d0
1 changed files with 2 additions and 2 deletions

View File

@ -45,6 +45,6 @@ jobs:
- uses: actions/checkout@v3
- run: pip install twine
- run: python setup.py sdist
- run: twine upload -p ${PYPI_API_TOKEN} dist
- run: twine upload dist/*
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}