From c93ac6a733ced5fcaabeb2aefaa50c6bb8d85347 Mon Sep 17 00:00:00 2001 From: Vegard Gjeldvik Jervell Date: Thu, 27 Jun 2024 22:16:07 +0200 Subject: [PATCH] CIBW... --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffdab0b..ee5126f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,4 +37,4 @@ wheel.expand-macos-universal-tags = true #test-requires = ["pytest", "numpy~=1.22", "scipy~=1.7", "thermopack~=2.2"] #test-extras = ["test"] #test-skip = ["*universal2:arm64"] -build-verbosity = 1 \ No newline at end of file +build-verbosity = 2 \ No newline at end of file