enable publish on pypi

This commit is contained in:
Zied Aouini 2025-11-16 22:38:19 +01:00
parent 422be54725
commit f4ad05d643
No known key found for this signature in database

View file

@ -60,7 +60,7 @@ jobs:
path: ./wheelhouse/*.whl
- name: Publish on Pypi
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}