12 lines
270 B
Bash
Raw Normal View History

2020-12-07 10:42:06 +08:00
#!/bin/bash -e
python3 setup.py check
python3 setup.py build
sudo python3 setup.py install --force
sudo python3 setup.py sdist bdist_wheel || true
sudo python3 -m twine upload dist/*.whl
sudo rm -rf build
sudo rm -rf dist
sudo rm -rf uiotedge_driver_link_sdk.egg-info