Skip to content

Commit c5a9341

Browse files
authored
Bump cibuildwheel version in osx build (#91)
Hopefully this will add 3.12 builds...?
1 parent 86d49ac commit c5a9341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/macos-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sudo make install
4949
cd ../..
5050

5151
python -m pip install --upgrade setuptools wheel pip setuptools-scm
52-
python -m pip install cibuildwheel==2.14.1
52+
python -m pip install cibuildwheel==2.17.0
5353
pip install -r requirements.txt
5454

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

0 commit comments

Comments
 (0)