Skip to content

Commit

Permalink
Add wheel to python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell authored Feb 19, 2025
1 parent 11e8964 commit 31c06c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist
python -m build
twine upload dist/*

0 comments on commit 31c06c6

Please sign in to comment.