Fix publishing wheels (#1746)
This commit is contained in:
2
.github/workflows/build-wheels-win32.yaml
vendored
2
.github/workflows/build-wheels-win32.yaml
vendored
@@ -88,6 +88,6 @@ jobs:
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user