From 5da25615af64590c3889aff68ac5f9fbb79f4c66 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 15 Aug 2019 21:46:18 +0200 Subject: :construction: Fix another stupid mistake --- bin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/build.sh b/bin/build.sh index e9faf30..39c889d 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -4,7 +4,7 @@ printf "> Create source distribution\n" python3 setup.py sdist bdist_wheel printf "> Upload to PyPI\n" -python3 -m twine upload dist/* +sudo python3 -m twine upload dist/* printf "> Install updated binary\n" sudo pip3 install TermIO --upgrade -- cgit v1.2.3