diff --git a/scripts/pypi_upload.sh b/scripts/pypi_upload.sh new file mode 100755 index 00000000..4a711251 --- /dev/null +++ b/scripts/pypi_upload.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +rm -rf build dist ergo_nn.egg-info && + python3 setup.py sdist bdist_wheel && + clear && + twine upload dist/*