Skip to content

Commit fe327b9

Browse files
committed
Update deploy script
1 parent 92350a6 commit fe327b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Build wheels
2323
uses: pypa/[email protected]
2424
env:
25+
CIBW_ARCHS_MACOS: "universal2"
2526
CIBW_BUILD: "cp310-macosx_universal2 cp311-macosx_universal2 cp312-macosx_universal2 cp313-macosx_universal2 cp314-macosx_universal2"
2627
CIBW_TEST_COMMAND: python -c "from pyobjus import autoclass, objc_str"
2728
with:

0 commit comments

Comments
 (0)