Skip to content

Commit 415e149

Browse files
committed
Attempt to get wheels up
1 parent d4a2b5f commit 415e149

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
- python: cp312
2626
os: ubuntu-latest
2727
python_impl: Pyodide
28+
exclude:
29+
- os: windows-11-arm
30+
python: 310
31+
- os: windows-11-arm
32+
python: 311
33+
- os: windows-11-arm
34+
python: 312
2835
env:
2936
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
3037
CIBW_BUILD: ${{ matrix.python }}-*

0 commit comments

Comments
 (0)