From 5f9d64bec0375b78363e0b1d6d7f53fdcca8cc53 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 7 Mar 2023 03:02:47 -0600 Subject: [PATCH] chore(ci): Optimize the maturin run --- .github/workflows/maturin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index b881cae..3cc97a7 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -10,6 +10,7 @@ on: tags: - "v*.*.*" - "!varcon*" + # pull_request: # Only enabled for testing permissions: contents: read @@ -19,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - target: [x86_64, x86, aarch64, armv7, s390x, ppc64le] + target: [x86_64, x86, aarch64] steps: - uses: actions/checkout@v3 - name: Build wheels