mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf build dist pwnagotchi.egg-info &&
|
|
python3 setup.py sdist bdist_wheel &&
|
|
clear &&
|
|
twine upload dist/*
|