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 0a92570 commit af4ca20Copy full SHA for af4ca20
.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