Skip to content

Commit 1864c16

Browse files
committed
Update cibuildwheel
1 parent 33a24b6 commit 1864c16

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
@@ -236,7 +236,7 @@ jobs:
236236
- name: Checkout submodules
237237
run: git submodule update --init --recursive --depth 1
238238
- name: Build wheels
239-
uses: pypa/cibuildwheel@v3.1.3
239+
uses: pypa/cibuildwheel@v3.1.4
240240
env:
241241
CIBW_BUILD: ${{ matrix.build }}
242242
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
@@ -299,7 +299,7 @@ jobs:
299299
# Downloads SDL for the later step.
300300
run: python build_sdl.py
301301
- name: Build wheels
302-
uses: pypa/cibuildwheel@v3.1.3
302+
uses: pypa/cibuildwheel@v3.1.4
303303
env:
304304
CIBW_BUILD: ${{ matrix.python }}
305305
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
@@ -335,7 +335,7 @@ jobs:
335335
install-linux-dependencies: true
336336
build-type: "Debug"
337337
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
339339
env:
340340
CIBW_BUILD: cp313-pyodide_wasm32
341341
CIBW_PLATFORM: pyodide

0 commit comments

Comments
 (0)