ahserver_g/build.sh

5 lines
149 B
Bash
Raw Permalink Normal View History

2019-08-21 09:28:58 +08:00
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