cd: build_wheels fixed

This commit is contained in:
Nicolas 2025-12-08 13:57:14 +01:00
parent 9b78947202
commit 041cc6a257
1 changed files with 1 additions and 1 deletions

View File

@ -82,4 +82,4 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: python -m twine upload wheelhouse/*
run: find wheelhouse -name "*.whl" -print0 | xargs -0 python -m twine upload