From fcb020df20702d7631ab4fac39031e817c0c8292 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sat, 6 Jul 2024 15:22:15 -0400 Subject: [PATCH] Add debug verbosity to build --- .github/workflows/build_and_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 3b77f99..1f395e4 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -23,9 +23,10 @@ jobs: git clone https://github.com/martinus/robin-hood-hashing ripser/robinhood - name: Build wheels - uses: pypa/cibuildwheel@v2.19.1 + uses: pypa/cibuildwheel@v2.19.2 env: CIBW_SKIP: "pp* cp36-* cp37-* *win_arm64 *_i686 *musllinux*" + CIBW_BUILD_VERBOSITY: 3 - uses: actions/upload-artifact@v4 with: