mirror of
https://github.com/openai/whisper.git
synced 2025-03-30 14:28:27 +00:00
Update python-publish.yml
using `-m build --sdist` instead of `setup.py sdist`
This commit is contained in:
parent
dd4d010d2c
commit
517a43ecd1
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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user