mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 08:27:55 -05:00
9 lines
133 B
Bash
Executable File
9 lines
133 B
Bash
Executable File
rm dist/*
|
|
set -e
|
|
|
|
poetry build
|
|
poetry run pytest
|
|
poetry publish
|
|
#python3 setup.py sdist bdist_wheel
|
|
#python3 -m twine upload dist/*
|