This commit is contained in:
joy,zhou 2021-03-17 13:46:38 +08:00
parent 192e794748
commit 35144bd658
1 changed files with 2 additions and 2 deletions

4
run.sh
View File

@ -1,11 +1,11 @@
#!/bin/bash -e
python3 setup.py check
python3 setup.py build
sudo python3 setup.py install --force
# sudo python3 setup.py install --force --install-dir /Users/yu/Library/Python/3.8/lib/python/site-packages
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
sudo rm -rf iotedge_application_link_sdk.egg-info