Skip to content

Commit 4d5bec2

Browse files
committed
More skips
1 parent 2c24046 commit 4d5bec2

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,11 @@ jobs:
2727
python_impl: Pyodide
2828
exclude:
2929
- os: windows-11-arm
30-
python: 310
31-
python_impl: Python
30+
python: cp310
3231
- os: windows-11-arm
33-
python: 311
34-
python_impl: Python
32+
python: cp311
3533
- os: windows-11-arm
36-
python: 312
37-
python_impl: Python
34+
python: cp312
3835
env:
3936
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
4037
CIBW_BUILD: ${{ matrix.python }}-*

0 commit comments

Comments
 (0)