Skip to content

Commit b3ff7b7

Browse files
committed
Pin QEMU to 8.1.5
1 parent aeb0647 commit b3ff7b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release PyPi
22

33
on:
4+
workflow_dispatch:
45
release:
56
types:
67
- created
@@ -26,6 +27,7 @@ jobs:
2627
uses: docker/setup-qemu-action@v3
2728
with:
2829
platforms: all
30+
image: tonistiigi/binfmt:qemu-v8.1.5
2931

3032
- name: Install cibuildwheel
3133
run: python -m pip install cibuildwheel==2.21.3

0 commit comments

Comments
 (0)