We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2cbc1 commit c65f1c2Copy full SHA for c65f1c2
.github/workflows/releasebuild.yml
@@ -85,7 +85,7 @@ jobs:
85
- uses: actions/setup-python@v4
86
87
- name: Build wheels
88
- uses: pypa/cibuildwheel@v2.15.0
+ uses: pypa/cibuildwheel@v2.16.5
89
with:
90
package-dir: cydifflib.tar.gz
91
output-dir: wheelhouse
@@ -134,7 +134,7 @@ jobs:
134
run: cp dist/*.tar.gz cydifflib.tar.gz
135
136
137
138
139
140
@@ -186,7 +186,7 @@ jobs:
186
name: Set up QEMU
187
188
- name: Build wheel
189
190
191
192
0 commit comments