Skip to content

Commit

Permalink
MNT: fix auto-publication, also publish a wheel (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Dec 17, 2023
1 parent 8a70791 commit 4bb8217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pipx run twine upload
pipx run build --sdist --wheel
pipx run twine upload dist/*

0 comments on commit 4bb8217

Please sign in to comment.