diff --git a/.github/workflows/test-wheel.yml b/.github/workflows/test-wheel.yml index c1c5e87..3d49818 100644 --- a/.github/workflows/test-wheel.yml +++ b/.github/workflows/test-wheel.yml @@ -53,7 +53,7 @@ jobs: docker run --rm -v ${PWD}:/io cargodock bash /io/manylinux/build_wheel.sh - name: Publish Manylinux wheel run: | - pip install twine + pip install twine==6.0.1 twine upload --repository testpypi --skip-existing -u __token__ -p "${{ secrets.TEST_PYPI_API_TOKEN }}" dist/*