From 050d2f46e6c37c3ebf2cf93d0b2dcdc969f37887 Mon Sep 17 00:00:00 2001
From: Julian Blank <blankjul@msu.edu>
Date: Sun, 12 Jan 2025 15:13:41 -0800
Subject: [PATCH] Verbose build

---
 .github/workflows/wheels.yml | 3 +++
 .gitignore                   | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index a97064288..127bad492 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -25,6 +25,9 @@ jobs:
 
       - name: Build wheels
         run: python -m cibuildwheel --output-dir wheelhouse
+        env:
+          CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
+          CIBW_BUILD_VERBOSITY: 1
 
       - uses: actions/upload-artifact@v4
         with:
diff --git a/.gitignore b/.gitignore
index 15e25256c..f4f261bd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
 **/*.cpp
 **/nohup.out
 benchmark
+wheelhouse
 
 
 **/dask-worker-space/**