Skip to content

Commit

Permalink
update packaging to upload task
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Jan 24, 2025
1 parent 3e5997b commit 64e278f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_manylinux2014_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 64e278f

Please sign in to comment.