mirror of
https://github.com/openai/whisper.git
synced 2026-01-08 04:54:02 -05:00
Update python-publish.yml
using `-m build --sdist` instead of `setup.py sdist`
This commit is contained in:
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user