From efc07ab796d09692c96fa644df4588d764f7af21 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Wed, 9 Aug 2023 08:53:55 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f4521322..5d4e7631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ test-command = "pytest -v {project}/tests" skip = "*-manylinux_i686 *-win32 *-musllinux_*" [tool.cibuildwheel.linux] +environment = "BUILD_VDF_CLIENT=N" build-verbosity = 0 before-all = """ yum -y install epel-release \