Skip to content

Commit

Permalink
use built-in setup.py upload
Browse files Browse the repository at this point in the history
  • Loading branch information
archangelic authored May 29, 2020
1 parent 855413a commit 9f62c6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
python setup.py upload

0 comments on commit 9f62c6c

Please sign in to comment.