Skip to content

Commit

Permalink
BLD: fix windows CI (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxuye authored Mar 14, 2024
1 parent 297f8b8 commit d6465c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.3
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_PROJECT_REQUIRES_PYTHON: ${{ matrix.requires-python }}
Expand Down

0 comments on commit d6465c9

Please sign in to comment.