Skip to content

Commit

Permalink
Update to cibuildwheel 2.16.4
Browse files Browse the repository at this point in the history
This should fix the following Windows build issue:

   Invalid --only='""'
  • Loading branch information
claudiodsf committed May 21, 2024
1 parent 9b80e4c commit 3e32070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git tag --list
- name: Build wheels
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.16.4
env:
CIBW_ARCHS_MACOS: x86_64 arm64

Expand Down

0 comments on commit 3e32070

Please sign in to comment.