From abe96d01a9324860356b18e8821b564e27f8e2b9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 21 Aug 2019 09:27:04 +0800 Subject: [PATCH] push --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..2607c2b --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +rm dist/*.whl +python setup.py install +python setup.py bdist_wheel +python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*.whl