From eb285db8d69c7fbcc8394d4a4219580a1d9082a9 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sun, 7 Mar 2021 17:54:10 +0100
Subject: [PATCH] work

---
 build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index ccb05146..75baabe0 100755
--- a/build.sh
+++ b/build.sh
@@ -32,7 +32,8 @@ function pip_install_via_setup_py() {
 }
 
 function build_wheel() {
-  #python -m build --wheel
+  pip install -q build
+  python -m build --wheel
   pip check
 }
 
-- 
GitLab