File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 directory : python
194194
195195 wheels :
196- name : 🎡 Build wheels on ${{ matrix.os }} (${{ matrix.python-version }})
196+ name : 🎡 Build wheels on ${{ matrix.os }}
197197 needs : coverage
198198 runs-on : ${{ matrix.os }}
199199 if : " ! contains(github.event.head_commit.message, '[skip ci]')"
@@ -217,6 +217,7 @@ jobs:
217217 uses : pypa/cibuildwheel@v3.2.1
218218 env :
219219 CIBW_TEST_ENVIRONMENT : PYTHONUNBUFFERED=1
220+ CIBW_ENVIRONMENT_WINDOWS : ${{ matrix.os == 'windows-11-arm' && 'CC="clang-cl" CXX="clang-l"' || '' }}
220221 with :
221222 package-dir : python
222223 output-dir : wheelhouse
@@ -226,7 +227,7 @@ jobs:
226227
227228 - uses : actions/upload-artifact@v4
228229 with :
229- name : moocore-wheels-${{ matrix.os }}-${{ matrix.python-version }}-${{ strategy.job-index }}
230+ name : moocore-wheels-${{ matrix.os }}-${{ strategy.job-index }}
230231 path : wheelhouse/*.whl
231232
232233 upload_pypi :
You can’t perform that action at this time.
0 commit comments