build: add simple script for PyPI release
This commit is contained in:
6
release.sh
Executable file
6
release.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -eux
|
||||||
|
rm -rv dist/*
|
||||||
|
python3 setup.py sdist
|
||||||
|
gpg2 -v --detach-sign -a dist/*.tar.gz
|
||||||
|
twine upload dist/*
|
||||||
Reference in New Issue
Block a user