diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 00000000..85922247 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +python setup.py sdist bdist_wheel +# Maybe do a pip install twine before. +twine upload dist/*