Skip to content

Commit 76f42e5

Browse files
committed
Merge branch 'develop' into new-dl-api
2 parents 52cb9bd + e400f8d commit 76f42e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheel-short-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
EOF
208208
shell: bash
209209
- name: Build wheels
210-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d
210+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd
211211
with:
212212
output-dir: dist
213213
env:

.github/workflows/wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
EOF
314314
shell: bash
315315
- name: Build wheels
316-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d
316+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd
317317
with:
318318
output-dir: dist
319319
env:

0 commit comments

Comments
 (0)