Skip to content

Commit

Permalink
Update cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Jul 9, 2024
1 parent a1c84cc commit b2de774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install cibuildwheel==2.16.0
pip install cibuildwheel==2.19.2
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
# Downloads SDL2 for the later step.
run: python build_sdl.py
- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].2
env:
CIBW_BUILD: ${{ matrix.python }}
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
Expand Down

0 comments on commit b2de774

Please sign in to comment.