Add a deploy script.

This commit is contained in:
Dave Halter
2017-02-03 00:40:19 +01:00
parent f2b41b1752
commit 6ccac94162

5
deploy.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
python setup.py sdist bdist_wheel
# Maybe do a pip install twine before.
twine upload dist/*