Skip to content

Commit

Permalink
Publish wheel for faster install
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Oct 22, 2022
1 parent 1a68a93 commit f78e5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

run: |
python setup.py sdist
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit f78e5c1

Please sign in to comment.