mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-12-21 23:00:38 -08: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/*
|