We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c84cc commit b2de774Copy full SHA for b2de774
.github/workflows/python-package.yml
@@ -235,7 +235,7 @@ jobs:
235
- name: Install Python dependencies
236
run: |
237
python -m pip install --upgrade pip
238
- pip install cibuildwheel==2.16.0
+ pip install cibuildwheel==2.19.2
239
- name: Build wheels
240
241
python -m cibuildwheel --output-dir wheelhouse
@@ -290,7 +290,7 @@ jobs:
290
# Downloads SDL2 for the later step.
291
run: python build_sdl.py
292
293
- uses: pypa/cibuildwheel@v2.19.1
+ uses: pypa/cibuildwheel@v2.19.2
294
env:
295
CIBW_BUILD: ${{ matrix.python }}
296
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
0 commit comments