Skip to content

Commit 8eb9bd7

Browse files
Update pypa/cibuildwheel action to v4
1 parent 5a43e83 commit 8eb9bd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m build --sdist
2424
2525
- name: Build wheels (macOS)
26-
uses: pypa/cibuildwheel@v3.3.0
26+
uses: pypa/cibuildwheel@v4.2.0
2727
env:
2828
CIBW_PLATFORM: "macos"
2929
CIBW_ARCHS_MACOS: "universal2"
@@ -33,7 +33,7 @@ jobs:
3333
output-dir: dist
3434

3535
- name: Build wheels (iOS)
36-
uses: pypa/cibuildwheel@v3.3.0
36+
uses: pypa/cibuildwheel@v4.2.0
3737
env:
3838
CIBW_BEFORE_ALL: |
3939
./.ci/build_ios_dependencies.sh

0 commit comments

Comments
 (0)