Skip to content

Commit c059ccc

Browse files
committed
CIBW_ENVIRONMENT_WINDOWS
1 parent 826ee2b commit c059ccc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)