mirror of https://github.com/coqui-ai/TTS.git
fix(pypi-release): fix publishing workflow (#191)
This commit is contained in:
parent
48ad1daabe
commit
8241d55e70
|
@ -46,8 +46,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: "dist/"
|
||||||
pattern: build
|
name: build
|
||||||
- run: |
|
- run: |
|
||||||
ls -lh dist/
|
ls -lh dist/
|
||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
|
|
Loading…
Reference in New Issue