From 8afc9233340d2485f2abd6b6c032d257e508b6c2 Mon Sep 17 00:00:00 2001 From: Rute Figueiredo Date: Thu, 13 Jun 2024 12:13:23 +0100 Subject: [PATCH] removed big endian arch target from the PyPi publish workflow (#261) --- .github/workflows/pypi_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index feff6735..80d4e4b0 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - target: [x86_64, x86, aarch64, armv7, s390x, ppc64le] + target: [x86_64, x86, aarch64, armv7, ppc64le] steps: - name: Checkout repository and submodules uses: actions/checkout@v2