Skip to content

Commit

Permalink
Upgrade cibuildwheel to avoid error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Feb 1, 2024
1 parent a412291 commit d977d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
name: Set up QEMU

- name: Build wheels
uses: pypa/cibuildwheel@v2.13.1
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
CIBW_TEST_REQUIRES: "pytest pytest-benchmark pytz"
Expand Down

0 comments on commit d977d3f

Please sign in to comment.