Skip to content

Commit

Permalink
update to latest cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Aug 12, 2022
1 parent ffa8112 commit 9c0617c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-python@v2

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

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/setup-python@v2

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

Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
name: Set up QEMU

- name: Build wheel
uses: pypa/cibuildwheel@v2.7.0
uses: pypa/cibuildwheel@v2.9.0
with:
output-dir: wheelhouse

Expand Down

0 comments on commit 9c0617c

Please sign in to comment.