wg-meshconf/publish.sh
KOLANICH ead3254833 Replaced setup.py with setup.cfg.
Added pyproject.toml.
Fetching version from git tags since now.
2021-04-28 12:00:33 +03:00

5 lines
143 B
Bash
Executable File

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