Skip to content

Commit faaffa7

Browse files
committed
update cibw to 3.0.0
1 parent a506a73 commit faaffa7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Build WASM wheel
12-
uses: pypa/cibuildwheel@v2.23.3
12+
uses: pypa/cibuildwheel@v3.0.0rc3
1313
env:
1414
CIBW_PLATFORM: pyodide
1515
- name: Upload package

.github/workflows/wheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@v2.23.3
36+
uses: pypa/cibuildwheel@v3.0.0rc3
3737
env:
38-
CIBW_BUILD: cp3*-*
3938
CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_*"
4039
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
4140
CIBW_ARCHS_LINUX: auto

0 commit comments

Comments
 (0)