Skip to content

Commit e8c1a50

Browse files
authored
upgrade cibuidlwheel
1 parent 2aaef3a commit e8c1a50

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,13 @@ jobs:
8181

8282
- uses: actions/setup-python@v2
8383

84+
- name: Copy wheel
85+
run: cp dist/*.tar.gz rapidfuzz.tar.gz
86+
8487
- name: Build wheels
85-
uses: pypa/cibuildwheel@v2.10.1
88+
uses: pypa/cibuildwheel@v2.13.1
8689
with:
87-
package-dir: dist/*.tar.gz
90+
package-dir: rapidfuzz.tar.gz
8891
output-dir: wheelhouse
8992

9093
- name: Upload wheels
@@ -141,10 +144,13 @@ jobs:
141144

142145
- uses: actions/setup-python@v2
143146

147+
- name: Copy wheel
148+
run: cp dist/*.tar.gz rapidfuzz.tar.gz
149+
144150
- name: Build wheels
145-
uses: pypa/cibuildwheel@v2.10.1
151+
uses: pypa/cibuildwheel@v2.13.1
146152
with:
147-
package-dir: dist/*.tar.gz
153+
package-dir: rapidfuzz.tar.gz
148154
output-dir: wheelhouse
149155

150156
- name: Upload wheels
@@ -194,10 +200,13 @@ jobs:
194200
- uses: docker/setup-qemu-action@v1
195201
name: Set up QEMU
196202

203+
- name: Copy wheel
204+
run: cp dist/*.tar.gz rapidfuzz.tar.gz
205+
197206
- name: Build wheel
198-
uses: pypa/cibuildwheel@v2.10.1
207+
uses: pypa/cibuildwheel@v2.13.1
199208
with:
200-
package-dir: dist/*.tar.gz
209+
package-dir: rapidfuzz.tar.gz
201210
output-dir: wheelhouse
202211

203212
- name: Upload wheels

0 commit comments

Comments
 (0)