forked from extern/wg-meshconf
ead3254833
Added pyproject.toml. Fetching version from git tags since now.
5 lines
143 B
Bash
Executable File
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/*
|