Skip to content

Commit 50f2bcc

Browse files
committed
Update cibuildwheel
1 parent e0b0b38 commit 50f2bcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)