Skip to content

Commit

Permalink
Verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Jan 12, 2025
1 parent 5da15ca commit 050d2f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
**/*.cpp
**/nohup.out
benchmark
wheelhouse


**/dask-worker-space/**
Expand Down

0 comments on commit 050d2f4

Please sign in to comment.