We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ae11e6 + 496953e commit a05c388Copy full SHA for a05c388
1 file changed
.github/workflows/deploy.yaml
@@ -26,7 +26,7 @@ jobs:
26
cache: pip
27
- name: Set up QEMU to build non-native architectures
28
if: ${{ matrix.archs == 'aarch64' }}
29
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
30
- name: Install required Python packages
31
run: |
32
python -m pip install --upgrade pip setuptools wheel
0 commit comments