mirror of
https://github.com/meshtastic/python.git
synced 2025-12-26 17:37:51 -05:00
7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
rm dist/*
|
|
set -e
|
|
|
|
bin/regen-docs.sh
|
|
pandoc --from=markdown --to=rst --output=README README.md
|
|
python3 setup.py sdist bdist_wheel
|
|
python3 -m twine upload dist/* |