Skip to content

Commit

Permalink
Update cibuildwheel Github action to 2.17.0
Browse files Browse the repository at this point in the history
Updating the cibuildwheel Github action is needed to get successful
builds at least for the Windows build.
  • Loading branch information
mlasch committed Apr 14, 2024
1 parent 47d6bd1 commit 5d68671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.17.0

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

0 comments on commit 5d68671

Please sign in to comment.