pypi upload script
This commit is contained in:
parent
b98ea59366
commit
6bc507412a
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…
x
Reference in New Issue
Block a user