Skip to content

Commit 05ee4ca

Browse files
committed
Add iOS configuration to cibuildwheel (for Python 3.14 only)
1 parent f1e4bc4 commit 05ee4ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
uses: pypa/cibuildwheel@v3.3.0
2424
env:
2525
CIBW_ARCHS_MACOS: "universal2"
26-
CIBW_BUILD: "cp310-macosx_universal2 cp311-macosx_universal2 cp312-macosx_universal2 cp313-macosx_universal2 cp314-macosx_universal2"
26+
CIBW_ARCHS_IOS: "arm64_iphoneos arm64_iphonesimulator x86_64_iphonesimulator"
27+
CIBW_BUILD: "cp310-macosx_universal2 cp311-macosx_universal2 cp312-macosx_universal2 cp313-macosx_universal2 cp314-macosx_universal2 cp314-ios_arm64_iphoneos cp314-ios_arm64_iphonesimulator cp314-ios_x86_64_iphonesimulator"
2728
CIBW_TEST_COMMAND: python -c "from pyobjus import autoclass, objc_str"
2829
with:
2930
output-dir: dist

0 commit comments

Comments
 (0)