wg-meshconf/publish.sh

5 lines
143 B
Bash
Raw Normal View History

#!/usr/bin/env sh
pip3 install --user --U setuptools wheel twine build
python3 -m build -nx .
python3 -m twine upload --repository pypi dist/*