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:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: dist
|
||||
pattern: build
|
||||
path: "dist/"
|
||||
name: build
|
||||
- run: |
|
||||
ls -lh dist/
|
||||
- name: Publish package distributions to PyPI
|
||||
|
|
Loading…
Reference in New Issue