fix macos build

This commit is contained in:
Zied Aouini 2025-11-16 23:09:12 +01:00
parent f4ad05d643
commit 4f3295c37a
No known key found for this signature in database

View file

@ -65,6 +65,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python3 -m pip install --upgrade pip
python3 -m pip install twine
python3 -m pip install --upgrade pip --break-system-packages
python3 -m pip install twine --break-system-packages
python3 -m twine upload --skip-existing ./wheelhouse/nfstream-*.whl