Skip to content

Commit

Permalink
match the cibuildwheel version to 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 25, 2024
1 parent 13e36cd commit 83801da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install cibuildwheel
# Nb. keep cibuildwheel version pin consistent with job below
run: pipx install cibuildwheel==2.21.3
run: pipx install cibuildwheel==2.22.0
- id: set-matrix
run: |
echo "CI_ONLY" $CI_ONLY
Expand Down

0 comments on commit 83801da

Please sign in to comment.