mirror of
https://github.com/evilsocket/pwnagotchi.git
synced 2026-01-23 02:24:15 +00:00
pypi upload script
This commit is contained in:
parent
b98ea59366
commit
6bc507412a
1 changed files with 6 additions and 0 deletions
6
scripts/pypi_upload.sh
Executable file
6
scripts/pypi_upload.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -rf build dist ergo_nn.egg-info &&
|
||||
python3 setup.py sdist bdist_wheel &&
|
||||
clear &&
|
||||
twine upload dist/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue