Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
using `-m build --sdist` instead of `setup.py sdist`
  • Loading branch information
jongwook authored Jan 4, 2025
1 parent dd4d010 commit 517a43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist
python -m build --sdist
twine upload dist/*

0 comments on commit 517a43e

Please sign in to comment.