Skip to content

Commit

Permalink
fix(wheel): fix wheel build in window, check more detail in these link:
Browse files Browse the repository at this point in the history
  • Loading branch information
Kin-Zhang committed Feb 21, 2024
1 parent ca9295c commit 26e2a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
submodules: true

- uses: pypa/cibuildwheel@v2.13.0
- uses: pypa/cibuildwheel@v2.16.5
env:
# Cross-compile on macOS
CIBW_ARCHS_MACOS: x86_64 arm64
Expand Down

0 comments on commit 26e2a67

Please sign in to comment.