mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59: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
|
||||
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
|
||||
pre-commit run -a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user