Skip to content

Commit 92350a6

Browse files
committed
Update deploy script
1 parent 4b06aef commit 92350a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
- name: Build wheels
2323
uses: pypa/cibuildwheel@v3.3.0
2424
env:
25-
CIBW_BUILD_VERBOSITY: 3
26-
CIBW_ARCHS_MACOS: "x86_64 universal2"
25+
CIBW_BUILD: "cp310-macosx_universal2 cp311-macosx_universal2 cp312-macosx_universal2 cp313-macosx_universal2 cp314-macosx_universal2"
2726
CIBW_TEST_COMMAND: python -c "from pyobjus import autoclass, objc_str"
2827
with:
2928
output-dir: dist

0 commit comments

Comments
 (0)