forked from extern/wg-meshconf
5 lines
143 B
Bash
5 lines
143 B
Bash
|
#!/usr/bin/env sh
|
||
|
pip3 install --user --U setuptools wheel twine build
|
||
|
python3 -m build -nx .
|
||
|
python3 -m twine upload --repository pypi dist/*
|