diff --git a/build.sh b/build.sh
index ccb05146b8cefcdcfb822cef42fd6fe6b06c6c59..75baabe0e4f1201e0ab077ed92f09637817d38ab 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
 }