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 487b19c commit e7f2417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel
python -m pip install "cibuildwheel==2.12.3"
- name: Build wheels
run: |
python -m "cibuildwheel==2.12.3" --output-dir wheelhouse
python -m cibuildwheel --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 e7f2417

Please sign in to comment.