Skip to content

Commit c65f1c2

Browse files
committed
upgrade cibuildwheel
1 parent 3b2cbc1 commit c65f1c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/releasebuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/setup-python@v4
8686

8787
- name: Build wheels
88-
uses: pypa/cibuildwheel@v2.15.0
88+
uses: pypa/cibuildwheel@v2.16.5
8989
with:
9090
package-dir: cydifflib.tar.gz
9191
output-dir: wheelhouse
@@ -134,7 +134,7 @@ jobs:
134134
run: cp dist/*.tar.gz cydifflib.tar.gz
135135

136136
- name: Build wheels
137-
uses: pypa/cibuildwheel@v2.15.0
137+
uses: pypa/cibuildwheel@v2.16.5
138138
with:
139139
package-dir: cydifflib.tar.gz
140140
output-dir: wheelhouse
@@ -186,7 +186,7 @@ jobs:
186186
name: Set up QEMU
187187

188188
- name: Build wheel
189-
uses: pypa/cibuildwheel@v2.15.0
189+
uses: pypa/cibuildwheel@v2.16.5
190190
with:
191191
package-dir: cydifflib.tar.gz
192192
output-dir: wheelhouse

0 commit comments

Comments
 (0)