dotfiles/bin/release_package.sh
Tyrel Souza b19051d266
updates
2018-04-05 16:14:03 -04:00

7 lines
174 B
Bash
Executable File

python setup.py clean
python setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel
gpg --detach-sign -a dist/*.gz
gpg --detach-sign -a dist/*.whl
twine upload dist/*