There was an error while loading. Please reload this page.
1 parent 7381b31 commit 9f4909cCopy full SHA for 9f4909c
1 file changed
.github/workflows/wheel.yml
@@ -21,6 +21,9 @@ jobs:
21
- os: ubuntu-24.04
22
cibw_archs: riscv64
23
name_suffix: "-riscv64"
24
+ - os: ubuntu-24.04-arm
25
+ cibw_platform: pyodide
26
+ name_suffix: "-pyodide"
27
28
runs-on: ${{ matrix.os }}
29
name: Build wheels on ${{ matrix.os }}${{ matrix.name_suffix || '' }}
@@ -50,6 +53,7 @@ jobs:
50
53
CIBW_TEST_COMMAND: "pytest {package}/test"
51
54
CIBW_SKIP: "cp38-* cp39-* cp310-win_arm64"
52
55
CIBW_ARCHS: ${{ matrix.cibw_archs || 'auto' }}
56
+ CIBW_PLATFORM: ${{ matrix.cibw_platform || 'auto' }}
57
58
- name: Build sdist
59
if: runner.os == 'Linux' && runner.arch == 'X64'
0 commit comments