ahserver_g/build.sh
2020-07-12 16:08:50 +08:00

5 lines
149 B
Bash
Executable File

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