Test Twine

This commit is contained in:
Michel Roux 2023-06-30 22:01:00 +02:00
parent dd70fb4e18
commit 1ddeb8b405

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