summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2022-08-02 04:47:54 +0000
committerInada Naoki <songofacandy@gmail.com>2022-08-02 04:47:54 +0000
commit2c8146e916f72501534a940c6278aad753d8f146 (patch)
tree657aeecc9ec71d81f5ad63ddc26aa2d337d24dfb
parentfd8f962abe7778ef6edcd2dd796e2b4fa2f1fba5 (diff)
downloadmsgpack-python-ci.tar.gz
Action: Increase cibuildwheel verbosityci
-rw-r--r--.github/workflows/wheel.yml1
1 files changed, 1 insertions, 0 deletions
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