Skip to content

Commit

Permalink
update cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Feb 3, 2024
1 parent a346d96 commit fdc3fb3
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 @@ -96,7 +96,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: rapidfuzz.tar.gz
output-dir: wheelhouse
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
run: cp dist/*.tar.gz rapidfuzz.tar.gz

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

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

0 comments on commit fdc3fb3

Please sign in to comment.