Skip to content

Commit

Permalink
upgrade cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Feb 3, 2024
1 parent 3b2cbc1 commit c65f1c2
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 @@ -85,7 +85,7 @@ jobs:
- uses: actions/setup-python@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: cydifflib.tar.gz
output-dir: wheelhouse
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
run: cp dist/*.tar.gz cydifflib.tar.gz

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: cydifflib.tar.gz
output-dir: wheelhouse
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
name: Set up QEMU

- name: Build wheel
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: cydifflib.tar.gz
output-dir: wheelhouse
Expand Down

0 comments on commit c65f1c2

Please sign in to comment.