mirror of
https://github.com/ucloud/iotstack-driver-sdk-python.git
synced 2025-04-25 13:48:50 +08:00
12 lines
269 B
Bash
Executable File
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
|
|
|