pypi upload script

This commit is contained in:
Simone Margaritelli 2019-10-06 00:18:36 +02:00
parent b98ea59366
commit 6bc507412a

6
scripts/pypi_upload.sh Executable file
View 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/*