Skip to content

Commit

Permalink
Update cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Sep 13, 2024
1 parent a422760 commit 979cefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: tar --strip-components=1 -xf dist/*.tar.gz

- name: Build wheel
uses: joerick/cibuildwheel@v1.11.0
uses: joerick/cibuildwheel@v2.20.0
env:
CIBW_SKIP: cp2* cp35* pp*
CIBW_TEST_COMMAND: pytest --regression {package}/tests
Expand Down

0 comments on commit 979cefa

Please sign in to comment.