mirror of
https://github.com/meshtastic/python.git
synced 2025-12-30 11:27:53 -05:00
11 lines
296 B
Bash
Executable File
11 lines
296 B
Bash
Executable File
rm dist/*
|
|
set -e
|
|
|
|
pydoc3 -w meshtastic
|
|
mv *.html doc
|
|
|
|
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" |