Skip to content

Commit

Permalink
update cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Sep 21, 2022
1 parent 6ddb2c9 commit 1ce10ae
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 @@ -95,7 +95,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.10.1
with:
package-dir: dist/*.tar.gz
output-dir: wheelhouse
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.10.1
with:
package-dir: dist/*.tar.gz
output-dir: wheelhouse
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
name: Set up QEMU

- name: Build wheel
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.10.1
with:
package-dir: dist/*.tar.gz
output-dir: wheelhouse
Expand Down

0 comments on commit 1ce10ae

Please sign in to comment.