From 126cb720cabd7933c2f921aee4c3ab80fa50f9d0 Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko Date: Sun, 15 Oct 2023 20:03:29 +0200 Subject: [PATCH] Add verbosity to Manylinux build for debugging --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f5b55dd..e61f79bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -73,6 +73,7 @@ jobs: system_python_version=${{ matrix.python-version }} py_version=${system_python_version//.} # 3.11 -> 311 export CIBW_BUILD=cp${py_version}-manylinux_x86_64 + export CIBW_BUILD_VERBOSITY=1 # Build wheel echo "Building ${CIBW_BUILD} wheel" python -m cibuildwheel --output-dir dist .