Skip to content

Commit 2351c67

Browse files
committed
Update cibuildwheel
1 parent 04e576a commit 2351c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: '3.10'
3939

4040
- name: Install cibuildwheel
41-
run: python -m pip install "cibuildwheel>=2.17,<2.18"
41+
run: python -m pip install "cibuildwheel>=2.22,<2.23"
4242

4343
- name: Build wheels
4444
run: python -m cibuildwheel --output-dir wheelhouse

build_macos_arm64_wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Python 3.9+ arm64 is required
4-
python -m pip install "cibuildwheel>=2.17,<2.18"
4+
python -m pip install "cibuildwheel>=2.22,<2.23"
55

66
export CIBW_ARCHS_MACOS="arm64"
77
export CIBW_BEFORE_ALL='python -m pip install invoke && invoke build.deps'

0 commit comments

Comments
 (0)