File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257257 - name : Checkout submodules
258258 run : git submodule update --init --recursive --depth 1
259259 - name : Build wheels
260- uses : pypa/cibuildwheel@v3.1.4
260+ uses : pypa/cibuildwheel@v4.0.0rc1
261261 env :
262262 CIBW_BUILD : ${{ matrix.build }}
263263 CIBW_ARCHS_LINUX : ${{ matrix.arch }}
@@ -323,7 +323,7 @@ jobs:
323323 # Downloads SDL for the later step.
324324 run : python build_sdl.py
325325 - name : Build wheels
326- uses : pypa/cibuildwheel@v3.1.4
326+ uses : pypa/cibuildwheel@v4.0.0rc1
327327 env :
328328 CIBW_BUILD : ${{ matrix.python }}
329329 CIBW_ARCHS_MACOS : x86_64 arm64 universal2
@@ -362,14 +362,14 @@ jobs:
362362 install-linux-dependencies : true
363363 build-type : " Debug"
364364 version : " 3.2.4" # Should be equal or less than the version used by Emscripten
365- - uses : pypa/cibuildwheel@v3.1.4
365+ - uses : pypa/cibuildwheel@v4.0.0rc1
366366 env :
367367 CIBW_BUILD : cp313-pyodide_wasm32
368368 CIBW_PLATFORM : pyodide
369369 - name : Archive wheel
370370 uses : actions/upload-artifact@v7
371371 with :
372- name : pyodide
372+ name : wheels- pyodide
373373 path : wheelhouse/*.whl
374374 retention-days : 30
375375 compression-level : 0
You can’t perform that action at this time.
0 commit comments