提交 a2ab13e2 编写于 作者: B breezedeus

add package and upload

上级 ec35dd47
......@@ -32,4 +32,12 @@ predict:
python scripts/cnocr_predict.py --model_name $(MODEL_NAME) --file examples/rand_cn1.png
.PHONY: gen-lst gen-rec train evaluate predict
package:
python setup.py sdist bdist_wheel
VERSION = 1.1.1
upload:
python -m twine upload dist/cnocr-$(VERSION)* --verbose
.PHONY: gen-lst gen-rec train evaluate predict package upload
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册