Skip to content

Commit

Permalink
Update cibuildwheel to version 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Sep 16, 2024
1 parent bd8eb67 commit ba5d66e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-h3result-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
platforms: all

- name: Build wheels
run: pipx run cibuildwheel==2.18.0
run: pipx run cibuildwheel==2.21.0

- uses: actions/upload-artifact@v3
with:
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build wheels
run: pipx run cibuildwheel==2.18.0
run: pipx run cibuildwheel==2.21.0

- uses: actions/upload-artifact@v3
with:
Expand All @@ -63,7 +63,7 @@ jobs:
run: brew install autoconf

- name: Build wheels
run: pipx run cibuildwheel==2.18.0
run: pipx run cibuildwheel==2.21.0

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ba5d66e

Please sign in to comment.