mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 18:29:19 +08:00
Adding command to make package and upload to twine
This commit is contained in:
5
Makefile
5
Makefile
@@ -13,6 +13,11 @@ clean: ## Clean autogenerated files
|
|||||||
clean-logs: ## Clean logs
|
clean-logs: ## Clean logs
|
||||||
rm -rf logs/**
|
rm -rf logs/**
|
||||||
|
|
||||||
|
create-package: ## Create wheel and tar gz
|
||||||
|
python setup.py bdist_wheel --plat-name=manylinux1_x86_64
|
||||||
|
python setup.py sdist
|
||||||
|
python -m twine upload dist/* --verbose
|
||||||
|
|
||||||
format: ## Run pre-commit hooks
|
format: ## Run pre-commit hooks
|
||||||
pre-commit run -a
|
pre-commit run -a
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -18,7 +18,7 @@ with open("README.md", "r", encoding="utf-8") as readme_file:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="matcha-tts",
|
name="matcha-tts",
|
||||||
version="0.0.1",
|
version="0.0.0.1.dev0",
|
||||||
description="🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching",
|
description="🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user