Skip to content

Commit

Permalink
update cibuildwheel version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakata5321 authored Mar 27, 2024
1 parent e5c0c59 commit b40146a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.17.0
with:
output-dir: dist

Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
platforms: arm64

- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.17.0
with:
output-dir: dist

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.17.0
with:
output-dir: dist

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
platforms: arm64

- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.17.0
with:
output-dir: dist

Expand Down

0 comments on commit b40146a

Please sign in to comment.