cleaning up

This commit is contained in:
Edwin Eefting
2020-02-19 18:51:50 +01:00
parent ec95bd127e
commit 24164fe215
7 changed files with 382 additions and 13 deletions

15
release Executable file
View File

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