This commit is contained in:
yumoqing 2019-08-21 09:27:04 +08:00
parent 68d99b136d
commit abe96d01a9

4
build.sh Normal file
View File

@ -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