mirror of https://github.com/coqui-ai/TTS.git
Fix sythax
This commit is contained in:
parent
3339626afc
commit
1f4fc0de5a
|
@ -1,4 +1,4 @@
|
||||||
name: Publish Python 🐍 distributions 📦 to PyPI
|
name: Publish Python distributions to PyPI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
release:
|
release:
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
python -m pip install dist/*-manylinux*.whl
|
python -m pip install dist/*-manylinux*.whl
|
||||||
- name: Upload manylinux wheel
|
- name: Upload manylinux wheel
|
||||||
- uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: wheel-${{ matrix.python-version }}
|
name: wheel-${{ matrix.python-version }}
|
||||||
path: dist/*-manylinux*.whl
|
path: dist/*-manylinux*.whl
|
||||||
|
|
Loading…
Reference in New Issue