release_package

This commit is contained in:
Tyrel Souza 2017-05-10 22:39:34 -04:00
parent ee4c012198
commit c036344a20
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
1 changed files with 5 additions and 0 deletions

5
bin/release_package.sh Executable file
View File

@ -0,0 +1,5 @@
python setup.py clean
python setup.py sdist bdist_wheel
gpg --detach-sign -a dist/*.gz
gpg --detach-sign -a dist/*.whl
twine upload dist/*