Skip to content

Commit

Permalink
Update pypi workflow (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 20, 2024
1 parent 29ffe05 commit f778912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERS }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
pip install build
python -m build
twine upload dist/*

0 comments on commit f778912

Please sign in to comment.