From 2c8146e916f72501534a940c6278aad753d8f146 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Tue, 2 Aug 2022 04:47:54 +0000 Subject: Action: Increase cibuildwheel verbosity --- .github/workflows/wheel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index b71cd46..5de3eb7 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -41,6 +41,7 @@ jobs: CIBW_TEST_COMMAND: "pytest {package}/test" CIBW_ARCHS_LINUX: auto aarch64 CIBW_ARCHS_MACOS: x86_64 universal2 arm64 + CIBW_BUILD_VERBOSITY: 3 CIBW_SKIP: pp* - name: Upload Wheels to artifact -- cgit v1.2.1