mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 16:37:51 -05:00
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
rm dist/*
|
|
set -e
|
|
|
|
python3 setup.py sdist bdist_wheel
|
|
python3 -m twine upload dist/*
|