We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a506a73 commit faaffa7Copy full SHA for faaffa7
.github/workflows/emscripten.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- name: Build WASM wheel
12
- uses: pypa/cibuildwheel@v2.23.3
+ uses: pypa/cibuildwheel@v3.0.0rc3
13
env:
14
CIBW_PLATFORM: pyodide
15
- name: Upload package
.github/workflows/wheel.yml
@@ -33,9 +33,8 @@ jobs:
33
34
35
- name: Build wheels
36
37
38
- CIBW_BUILD: cp3*-*
39
CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_*"
40
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
41
CIBW_ARCHS_LINUX: auto
0 commit comments