pwnagotchi/scripts/pypi_upload.sh

7 lines
127 B
Bash
Raw Normal View History

2019-10-06 00:18:36 +02:00
#!/bin/bash
rm -rf build dist pwnagotchi.egg-info &&
2019-10-06 00:18:36 +02:00
python3 setup.py sdist bdist_wheel &&
clear &&
twine upload dist/*