dotfiles/bin/release_package.sh

6 lines
139 B
Bash
Raw Normal View History

2017-05-11 02:39:34 +00:00
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/*