We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c9b1d commit 6b2f2baCopy full SHA for 6b2f2ba
.github/workflows/pythonpackage.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/setup-python@v2
38
- name: Set up QEMU
39
if: runner.os == 'Linux'
40
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
41
with:
42
platforms: all
43
- name: Build wheels
0 commit comments