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 6411427 + 317399e commit 07001c4Copy full SHA for 07001c4
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Set up QEMU
76
id: qemu
77
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v3
78
79
- name: Build and Test
80
run: |
.github/workflows/upload_pypi.yml
@@ -82,7 +82,7 @@ jobs:
82
python-version: 3.8
83
84
85
86
- name: Install dependencies
87
88
python -m pip install --upgrade pip
0 commit comments