mirror of
https://github.com/openai/whisper.git
synced 2026-01-09 21:38:09 -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_USERNAME: __token__
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
python setup.py sdist
|
python -m build --sdist
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
|
|||||||
Reference in New Issue
Block a user