File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 run : |
151151 echo "uname_m=$(uname -m)" >> "$GITHUB_OUTPUT"
152152 - name : Set up QEMU
153- if : ${{ runner.os == 'Linux' && (matrix.CIBW_ARCHS != 'auto' || matrix.CIBW_ARCHS != steps.uname_m.outputs.uname_m) }}
153+ if : ${{ runner.os == 'Linux' && (matrix.CIBW_ARCHS != 'auto' && matrix.CIBW_ARCHS != steps.uname_m.outputs.uname_m) }}
154154 uses : docker/setup-qemu-action@v3
155155 with :
156156 platforms : all
Original file line number Diff line number Diff line change 3232 - cp3?-win_amd64
3333 - cp312-manylinux_aarch64
3434 - cp313-manylinux_x86_64
35- - target: cp311-manylinux_x86_64
35+ - target: cp311-manylinux_ppc64le
3636 runs-on: ubuntu-latest
3737 timeout-minutes : 30
3838 release_sdist_only :
You can’t perform that action at this time.
0 commit comments