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 May 16, 2024
1 parent a4f019b commit 388fe3c
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 @@ -87,7 +87,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 388fe3c

Please sign in to comment.