Skip to content

Commit

Permalink
Add debug verbosity to build
Browse files Browse the repository at this point in the history
  • Loading branch information
catanzaromj committed Jul 6, 2024
1 parent 02506a5 commit fcb020d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
git clone https://github.com/martinus/robin-hood-hashing ripser/robinhood
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_SKIP: "pp* cp36-* cp37-* *win_arm64 *_i686 *musllinux*"
CIBW_BUILD_VERBOSITY: 3

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fcb020d

Please # to comment.