Add make_release.sh

This commit is contained in:
Ram Rachum 2019-04-21 21:58:58 +03:00
parent 8fcedfacbe
commit 0bc0d58c6f
1 changed files with 2 additions and 0 deletions

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/*