Skip to content

Commit 1c1f8d0

Browse files
Update pypa/cibuildwheel action to v3.4.1
1 parent 0c229e7 commit 1c1f8d0

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@v3.4.1
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@v3.4.1
3737
env:
3838
CIBW_BEFORE_ALL: |
3939
./.ci/build_ios_dependencies.sh

0 commit comments

Comments
 (0)