Skip to content

Commit

Permalink
Update generate-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraphic authored Aug 20, 2021
1 parent d06e6e7 commit 16e34ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*-manylinux*.whl

0 comments on commit 16e34ba

Please sign in to comment.