add release management shell scripts

This commit is contained in:
Juha Jeronen
2019-06-25 12:45:54 +03:00
parent 85c38b3c5b
commit 76e2d92c8e
2 changed files with 5 additions and 0 deletions

2
makedist.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
python3 setup.py sdist bdist_wheel

3
uploaddist.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
VERSION="$1"
twine upload dist/pyan-${VERSION}.tar.gz dist/pyan-${VERSION}-py3-none-any.whl