Closed fakerybakery closed 8 months ago
Sure! Let's publish it on PyPI. Could you help make a PR?
Sure! Before the package can be published to PyPI, it must first be published manually. Here are the steps:
python setup.py sdist
pip install twine
twine upload dist/*
PYPI_API_TOKEN
and set the value to the API tokenI'll open a PR, but these steps must first be completed before the PR will work. Melo can then be installed with pip install melotts
Thanks!
Thank you! Let me follow these steps
All the above steps are completed
Found a bug, addressed in #28. After it is fixed, MeloTTS can be installed with pip install melotts
@fakerybakery Hi, quick note: got an error when trying to pip install melotts.
Yes, that is resolved in #28
Hi, This is already pip-packaged, but it is not published on PyPI. This means:
Do you think it might be possible to publish it on PyPI in the future? If so, I'd be happy to make a PR that will use GitHub Actions to automatically publish the package on new updates.
Thanks!