removed big endian arch target from the PyPi publish workflow

This commit is contained in:
Rute Figueiredo
2024-06-11 16:50:27 +01:00
parent 93282e00b9
commit f23d27571a

View File

@@ -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