From 91a4d5ff47cd3dcb69a95becbfe25748a3bf0cb0 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Fri, 26 Feb 2021 12:36:16 +0100
Subject: [PATCH] work

---
 build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sh b/build.sh
index 1745dfa5..21a5f045 100755
--- a/build.sh
+++ b/build.sh
@@ -23,8 +23,8 @@ function pip_install() {
 }
 
 function pip_install_via_setup_py() {
-  # pip install -e . --compile --force-reinstall --progress-bar pretty --log logfile5.txt
-  pip install -e . --compile --progress-bar pretty --log logfile5.txt
+  pip install -e . --compile --force-reinstall --progress-bar pretty --log logfile5.txt
+  # pip install -e . --compile --progress-bar pretty --log logfile5.txt
 }
 
 function build_wheel() {
@@ -36,7 +36,7 @@ function main() {
   pip_compile
   pip_install
   pip_install_via_setup_py
-  #build_wheel
+  build_wheel
 }
 
 main
-- 
GitLab