ready to release on pip

This commit is contained in:
Edwin Eefting
2020-02-19 20:43:34 +01:00
parent 6c168ff867
commit bf1f0fc35b
5 changed files with 28 additions and 7 deletions

17
releasetest Executable file
View File

@ -0,0 +1,17 @@
#!/bin/bash
set -e
rm -rf dist
python3 setup.py sdist bdist_wheel
# python2 setup.py sdist bdist_wheel
gnome-keyring-daemon
source tokentest
python3 -m twine check dist/*
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose