Fix publishing wheels (#1746)

This commit is contained in:
Fangjun Kuang
2025-01-22 14:02:33 +08:00
committed by GitHub
parent 66e02d8381
commit 340ebca74f
9 changed files with 9 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ jobs:
shell: bash
run: |
python3 -m pip install --upgrade pip
python3 -m pip install wheel twine setuptools
python3 -m pip install wheel twine==5.0.0 setuptools
twine upload ./wheelhouse/*.whl