mirror of
https://github.com/meshtastic/python.git
synced 2025-12-25 08:57:53 -05:00
10 lines
336 B
Bash
Executable File
10 lines
336 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 check dist/*
|
|
# test the upload
|
|
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
|
echo "view the upload at https://test.pypi.org/ it it looks good upload for real" |