Skip to content

Commit b2de774

Browse files
committed
Update cibuildwheel
1 parent a1c84cc commit b2de774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
- name: Install Python dependencies
236236
run: |
237237
python -m pip install --upgrade pip
238-
pip install cibuildwheel==2.16.0
238+
pip install cibuildwheel==2.19.2
239239
- name: Build wheels
240240
run: |
241241
python -m cibuildwheel --output-dir wheelhouse
@@ -290,7 +290,7 @@ jobs:
290290
# Downloads SDL2 for the later step.
291291
run: python build_sdl.py
292292
- name: Build wheels
293-
uses: pypa/cibuildwheel@v2.19.1
293+
uses: pypa/cibuildwheel@v2.19.2
294294
env:
295295
CIBW_BUILD: ${{ matrix.python }}
296296
CIBW_ARCHS_MACOS: x86_64 arm64 universal2

0 commit comments

Comments
 (0)