From e253882f3f8bf9eab58374cdaa2ebe23d8b0e208 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 17 May 2024 09:36:09 +0200
Subject: [PATCH] [py] Typo in pyproject.toml

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 42b1c81192f..036b6d9a14b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -56,7 +56,7 @@ build = ["cp3{9,10,11,12}-*"]
 skip = ["*musllinux*"]
 test-extras = "test"
 test-command = "pytest {project}/Tests/Python"
-build-verbosity = "1"
+build-verbosity = 1
 
 [tool.cibuildwheel.linux]
 # quay.io/pypa/manylinux_2_28 works too
-- 
GitLab