mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 00:17:54 -05:00
9 lines
213 B
Bash
Executable File
9 lines
213 B
Bash
Executable File
rm dist/*
|
|
set -e
|
|
|
|
bin/regen-docs.sh
|
|
pandoc --from=markdown --to=rst --output=README README.md
|
|
|
|
poetry publish -r test-pypi --build
|
|
echo "view the upload at https://test.pypi.org/ it it looks good upload for real"
|