Skip to content

Commit

Permalink
fix python upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Dec 7, 2021
1 parent bc6490e commit 90b04bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
sudo python setup.py sdist
twine upload dist/*
twine upload dist/*.tar.gz
twine upload dist/*manylinux*.whl

0 comments on commit 90b04bc

Please sign in to comment.