We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b06aef commit 92350a6Copy full SHA for 92350a6
.github/workflows/deploy.yml
@@ -22,8 +22,7 @@ jobs:
22
- name: Build wheels
23
uses: pypa/cibuildwheel@v3.3.0
24
env:
25
- CIBW_BUILD_VERBOSITY: 3
26
- CIBW_ARCHS_MACOS: "x86_64 universal2"
+ CIBW_BUILD: "cp310-macosx_universal2 cp311-macosx_universal2 cp312-macosx_universal2 cp313-macosx_universal2 cp314-macosx_universal2"
27
CIBW_TEST_COMMAND: python -c "from pyobjus import autoclass, objc_str"
28
with:
29
output-dir: dist
0 commit comments