Skip to content

Commit

Permalink
apply changes to manylinux2010 deployer
Browse files Browse the repository at this point in the history
This deployer exist just for Python 3.9
  • Loading branch information
mozman committed Jan 24, 2025
1 parent 09bebcd commit 323a1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_manylinux2010_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
ls -l ./wheelhouse
pip install twine
pip install -U packaging twine
twine upload --skip-existing ./wheelhouse/*.whl

0 comments on commit 323a1b6

Please sign in to comment.