Skip to content

Commit aa15c18

Browse files
committed
more uname
1 parent 3c9cff1 commit aa15c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/test_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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:

0 commit comments

Comments
 (0)