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.
2 parents 0a92570 + af4ca20 commit 3b877e4Copy full SHA for 3b877e4
.github/workflows/version.yml
@@ -53,6 +53,8 @@ jobs:
53
- uses: actions/checkout@v4
54
with:
55
ref: version-${{ needs.bump.outputs.version }}
56
+ - name: Setup QEMU
57
+ uses: docker/setup-qemu-action@v1
58
- uses: PyO3/[email protected]
59
60
manylinux: auto
0 commit comments