Skip to content

Commit 6205c0c

Browse files
authored
Merge pull request #488 from PyO3/dependabot/github_actions/pypa/cibuildwheel-2.22.0
build(deps): bump pypa/cibuildwheel from 2.21.3 to 2.22.0
2 parents 032450e + 065d306 commit 6205c0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
- uses: dtolnay/rust-toolchain@stable
346346
with:
347347
targets: aarch64-apple-darwin,x86_64-apple-darwin
348-
- uses: pypa/cibuildwheel@v2.21.3
348+
- uses: pypa/cibuildwheel@v2.22.0
349349
env:
350350
CIBW_BUILD: cp39-*
351351
CIBW_BEFORE_BUILD: >
@@ -355,6 +355,7 @@ jobs:
355355
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
356356
CIBW_BUILD_VERBOSITY: 3
357357
CIBW_BUILD_FRONTEND: "build; args: --no-isolation"
358+
MACOSX_DEPLOYMENT_TARGET: 10.12
358359
with:
359360
package-dir: examples/namespace_package
360361

0 commit comments

Comments
 (0)