diff --git a/build.sh b/build.sh
index 75baabe0e4f1201e0ab077ed92f09637817d38ab..ccb05146b8cefcdcfb822cef42fd6fe6b06c6c59 100755
--- a/build.sh
+++ b/build.sh
@@ -32,8 +32,7 @@ function pip_install_via_setup_py() {
 }
 
 function build_wheel() {
-  pip install -q build
-  python -m build --wheel
+  #python -m build --wheel
   pip check
 }
 
diff --git a/pyproject.toml b/pyproject.toml
index 6aa479a9ed12c230d525a9ce41d8c1afa043be98..861451ffba3058fa226345050e190e623c766b27 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,5 +34,8 @@ requires = [
 	"virtualenv-clone==0.5.4",
 	"virtualenv==20.4.2",
 	"wheel==0.36.2",
+	"build>0.3.0",
+	"setuptools>=54.1.1",
+	"pip>=20.0.1"
 ]
 build-backend = "setuptools.build_meta"