Fix CI
books / flake8 (push) Successful in 31s Details
books / docker (push) Successful in 29s Details
books / pypi (push) Failing after 33s Details

This commit is contained in:
Michel Roux 2023-06-30 17:37:02 +02:00
parent e2302a4c06
commit dd70fb4e18
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ jobs:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- run: python setup.py sdist
- 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 }}