use build
books / flake8 (push) Successful in 34s Details
books / docker (push) Successful in 35s Details
books / pypi (push) Successful in 1m2s Details

This commit is contained in:
Michel Roux 2023-06-25 18:38:52 +02:00
parent 570d9da247
commit 8c4d133f9a
1 changed files with 5 additions and 0 deletions

View File

@ -36,9 +36,14 @@ jobs:
pypi:
runs-on: ubuntu-latest
container: python
needs: [lint]
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- run: pip install build
- run: python -m build
- uses: https://github.com/pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}