mirror of
https://github.com/meshtastic/python.git
synced 2026-01-19 05:07:58 -05:00
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
rm dist/*
|
|
set -e
|
|
pandoc --from=markdown --to=rst --output=README README.md
|
|
python3 setup.py sdist bdist_wheel
|
|
python3 -m twine upload dist/* |