Skip to content

Commit

Permalink
ci: bump cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Apr 11, 2024
1 parent b015a89 commit 8622688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.11.2
run: python -m pip install cibuildwheel==2.17.0

- name: setup xcode version
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 8622688

Please sign in to comment.