removed big endian arch target from the PyPi publish workflow (#261)

This commit is contained in:
Rute Figueiredo
2024-06-13 12:13:23 +01:00
committed by GitHub
parent 93282e00b9
commit 8afc923334

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