preparing for PyPi

This commit is contained in:
Edwin Eefting
2020-01-20 00:25:58 +01:00
parent 11608fdea7
commit e1e6a87eba
6 changed files with 634 additions and 253 deletions

12
package Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
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/*