Skip to content

Commit

Permalink
Try cibuildwheel 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jun 16, 2024
1 parent 51f188f commit 487b19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
python -m "cibuildwheel==2.12.3" --output-dir wheelhouse
env:
# Skip Python 2.7, 3.5, 3.11, 32 bit Linux, and PyPy
CIBW_BUILD: "cp310-*"
Expand Down

0 comments on commit 487b19c

Please sign in to comment.