Skip to content

Commit

Permalink
Bump cibuildwheel version in osx build
Browse files Browse the repository at this point in the history
Hopefully this will add 3.12 builds...?
  • Loading branch information
polm committed Apr 15, 2024
1 parent 86d49ac commit 01c5b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/macos-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sudo make install
cd ../..

python -m pip install --upgrade setuptools wheel pip setuptools-scm
python -m pip install cibuildwheel==2.14.1
python -m pip install cibuildwheel==2.17.0
pip install -r requirements.txt

python -m cibuildwheel --platform macos --archs x86_64,arm64,universal2 --output-dir dist

0 comments on commit 01c5b3c

Please sign in to comment.