Test Twine
books / flake8 (push) Successful in 41s Details
books / docker (push) Successful in 1m30s Details
books / pypi (push) Failing after 45s Details

This commit is contained in:
Michel Roux 2023-06-30 22:01:00 +02:00
parent dd70fb4e18
commit 1ddeb8b405
1 changed files with 5 additions and 5 deletions

View File

@ -43,8 +43,8 @@ jobs:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- run: pip install wheel
- run: python setup.py sdist bdist_wheel
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- run: pip install twine
- run: python setup.py sdist
- run: twine upload -p ${PYPI_API_TOKEN} dist
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}