pwnagotchi/scripts/pypi_upload.sh
Simone Margaritelli 6bc507412a pypi upload script
2019-10-06 00:18:36 +02:00

7 lines
124 B
Bash
Executable File

#!/bin/bash
rm -rf build dist ergo_nn.egg-info &&
python3 setup.py sdist bdist_wheel &&
clear &&
twine upload dist/*