Skip to content

Commit

Permalink
Add traceback debugging on wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed Oct 27, 2024
1 parent d461adb commit 342e4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 342e4d4

Please sign in to comment.