File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236
236
- name : Checkout submodules
237
237
run : git submodule update --init --recursive --depth 1
238
238
- name : Build wheels
239
- uses : pypa/cibuildwheel@v3.1.3
239
+ uses : pypa/cibuildwheel@v3.1.4
240
240
env :
241
241
CIBW_BUILD : ${{ matrix.build }}
242
242
CIBW_ARCHS_LINUX : ${{ matrix.arch }}
@@ -299,7 +299,7 @@ jobs:
299
299
# Downloads SDL for the later step.
300
300
run : python build_sdl.py
301
301
- name : Build wheels
302
- uses : pypa/cibuildwheel@v3.1.3
302
+ uses : pypa/cibuildwheel@v3.1.4
303
303
env :
304
304
CIBW_BUILD : ${{ matrix.python }}
305
305
CIBW_ARCHS_MACOS : x86_64 arm64 universal2
@@ -335,7 +335,7 @@ jobs:
335
335
install-linux-dependencies : true
336
336
build-type : " Debug"
337
337
version : " 3.2.4" # Should be equal or less than the version used by Emscripten
338
- - uses : pypa/cibuildwheel@v3.1.3
338
+ - uses : pypa/cibuildwheel@v3.1.4
339
339
env :
340
340
CIBW_BUILD : cp313-pyodide_wasm32
341
341
CIBW_PLATFORM : pyodide
You can’t perform that action at this time.
0 commit comments