Skip to content

Commit 02f945e

Browse files
committed
WIP upgrade cibuildwheel to 3.0
1 parent 3166d06 commit 02f945e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,17 @@ jobs:
7272
uses: actions/checkout@v4
7373
with:
7474
submodules: true
75-
- run: brew upgrade cmake
75+
- name: Set up Python
76+
uses: actions/setup-python@v5
77+
with:
78+
python-version: "3.x"
79+
#- run: brew upgrade cmake
7680
- name: Build wheels
7781
uses: pypa/[email protected]
7882

7983
env:
8084
CIBW_PLATFORM: ios
81-
CIBW_ARCHS: all
85+
CIBW_ARCHS: auto
8286
CIBW_BUILD_VERBOSITY: 1
8387
CIBW_BEFORE_BUILD_IOS: |
8488
# download wheel and pretend that it's compatible with the current platform settings

0 commit comments

Comments
 (0)