Skip to content

Commit

Permalink
match 2.21.0 versions of cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Sep 16, 2024
1 parent 541225e commit 89b8f52
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.20.0
run: pipx install cibuildwheel==2.21.0
- id: set-matrix
run: |
echo "CI_ONLY" $CI_ONLY
Expand Down

0 comments on commit 89b8f52

Please sign in to comment.