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 @@ -241,7 +241,7 @@ jobs:
241241 - name : Checkout submodules
242242 run : git submodule update --init --recursive --depth 1
243243 - name : Build wheels
244- uses : pypa/cibuildwheel@v3.1.3
244+ uses : pypa/cibuildwheel@v3.1.4
245245 env :
246246 CIBW_BUILD : ${{ matrix.build }}
247247 CIBW_ARCHS_LINUX : ${{ matrix.arch }}
@@ -305,7 +305,7 @@ jobs:
305305 # Downloads SDL for the later step.
306306 run : python build_sdl.py
307307 - name : Build wheels
308- uses : pypa/cibuildwheel@v3.1.3
308+ uses : pypa/cibuildwheel@v3.1.4
309309 env :
310310 CIBW_BUILD : ${{ matrix.python }}
311311 CIBW_ARCHS_MACOS : x86_64 arm64 universal2
@@ -340,7 +340,7 @@ jobs:
340340 # install-linux-dependencies: true
341341 # build-type: "Debug"
342342 # version: "3.2.4" # Should be equal or less than the version used by Emscripten
343- - uses : pypa/cibuildwheel@v3.1.3
343+ - uses : pypa/cibuildwheel@v3.1.4
344344 env :
345345 CIBW_BUILD : cp313-pyodide_wasm32
346346 CIBW_PLATFORM : pyodide
You can’t perform that action at this time.
0 commit comments