We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92350a6 commit fe327b9Copy full SHA for fe327b9
.github/workflows/deploy.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Build wheels
23
uses: pypa/[email protected]
24
env:
25
+ CIBW_ARCHS_MACOS: "universal2"
26
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:
0 commit comments