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: