chore(ci): Optimize the maturin run

This commit is contained in:
Ed Page 2023-03-07 03:02:47 -06:00
parent f2868fa76e
commit 5f9d64bec0

View file

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