Skip to content

Commit

Permalink
🔧 Update cibuildwheels version to fix Windows wheel building
Browse files Browse the repository at this point in the history
cibuildwheel 2.12.0 -> 2.16.5

As per pypa/cibuildwheel#1740
  • Loading branch information
TomWinder authored and hemmelig committed Feb 18, 2024
1 parent e8b262e commit 5154e44
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 @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0

- name: Build and test wheels
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.16.5

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5154e44

Please sign in to comment.