Skip to content

Commit

Permalink
Seeing if twine needs to be called from python3 here
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameronsplaze committed Mar 11, 2021
1 parent 2baa643 commit 12e981a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python3 setup.py sdist bdist_wheel
twine upload dist/*
python3 -m twine upload dist/*

0 comments on commit 12e981a

Please sign in to comment.