Skip to content

Commit

Permalink
cd: test downgrading twine
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 31, 2025
1 parent 83729ab commit c124c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit c124c27

Please sign in to comment.