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 update
- run: apt-get install -y git nodejs - run: apt-get install -y git nodejs
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: pip install wheel - run: pip install twine
- run: python setup.py sdist bdist_wheel - run: python setup.py sdist
- uses: pypa/gh-action-pypi-publish@release/v1 - run: twine upload -p ${PYPI_API_TOKEN} dist
with: env:
password: ${{ secrets.PYPI_API_TOKEN }} PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}