Skip to content

Commit

Permalink
upgrade cibuidlwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Jun 10, 2023
1 parent 2aaef3a commit e8c1a50
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,13 @@ jobs:

- uses: actions/setup-python@v2

- name: Copy wheel
run: cp dist/*.tar.gz rapidfuzz.tar.gz

- name: Build wheels
uses: pypa/cibuildwheel@v2.10.1
uses: pypa/cibuildwheel@v2.13.1
with:
package-dir: dist/*.tar.gz
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse

- name: Upload wheels
Expand Down Expand Up @@ -141,10 +144,13 @@ jobs:

- uses: actions/setup-python@v2

- name: Copy wheel
run: cp dist/*.tar.gz rapidfuzz.tar.gz

- name: Build wheels
uses: pypa/cibuildwheel@v2.10.1
uses: pypa/cibuildwheel@v2.13.1
with:
package-dir: dist/*.tar.gz
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse

- name: Upload wheels
Expand Down Expand Up @@ -194,10 +200,13 @@ jobs:
- uses: docker/setup-qemu-action@v1
name: Set up QEMU

- name: Copy wheel
run: cp dist/*.tar.gz rapidfuzz.tar.gz

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

- name: Upload wheels
Expand Down

0 comments on commit e8c1a50

Please sign in to comment.