Skip to content

Commit

Permalink
Fix PyPI upload issue (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Jan 10, 2024
1 parent 4187a90 commit 3a769b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERS }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python -m build
twine upload dist/*

0 comments on commit 3a769b0

Please sign in to comment.