Skip to content

Commit

Permalink
Bump pypa/cibuildwheel up to v2.16.5 to fix intermitent windows build…
Browse files Browse the repository at this point in the history
… failure

Upstream problem reported at
pypa/cibuildwheel#1740 .
  • Loading branch information
HinTak committed Apr 30, 2024
1 parent 1de2357 commit 8f56b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
platforms: ${{ matrix.arch }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: "${{ matrix.cp }}-*"
CIBW_SKIP: "*musllinux*"
Expand Down

0 comments on commit 8f56b0b

Please sign in to comment.