From 710343b39a3483ffda8c6ccedaf98320886d8e48 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 15 Aug 2019 21:42:57 +0200 Subject: :construction: Fix stupid error, new version --- bin/build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/build.sh (limited to 'bin') diff --git a/bin/build.sh b/bin/build.sh new file mode 100755 index 0000000..e9faf30 --- /dev/null +++ b/bin/build.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +printf "> Create source distribution\n" +python3 setup.py sdist bdist_wheel + +printf "> Upload to PyPI\n" +python3 -m twine upload dist/* + +printf "> Install updated binary\n" +sudo pip3 install TermIO --upgrade -- cgit v1.2.3