joy,zhou bbc8792eff add
2021-01-06 18:04:04 +08:00

12 lines
269 B
Bash
Executable File

#!/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 iotedge_driver_link_sdk.egg-info