This commit is contained in:
Michel Roux 2023-06-30 17:37:02 +02:00
parent e2302a4c06
commit dd70fb4e18

@ -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 }}