diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..04b4115 --- /dev/null +++ b/upload.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +python3 setup.py sdist bdist_wheel +python3 -m twine upload dist/* \ No newline at end of file