Add make_release.sh

This commit is contained in:
Ram Rachum 2019-04-21 21:58:58 +03:00
parent 8fcedfacbe
commit 0bc0d58c6f

2
make_release.sh Normal file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
rm -rf dist/* build/* && python setup.py sdist bdist_wheel --universal && twine upload dist/*