From 342e4d4f7d703bec8a5aa68362c460e3a6f41d77 Mon Sep 17 00:00:00 2001 From: Doug Turnbull Date: Sun, 27 Oct 2024 09:02:26 -0400 Subject: [PATCH] Add traceback debugging on wheel building --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1db6d3e..bf07efe 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -20,7 +20,7 @@ jobs: run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels - run: python -m cibuildwheel --output-dir wheelhouse + run: python -m cibuildwheel --debug-traceback -vvv --output-dir wheelhouse - uses: actions/upload-artifact@v4 with: