Merge branch 'master' of gitlab.com:tyrelsouza/dotfiles

This commit is contained in:
Tyrel Souza 2017-05-11 17:17:00 -04:00
commit 2aded4a9f0
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/*