mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 18:41:05 -05:00
chore(ci): Optimize the maturin run
This commit is contained in:
parent
f2868fa76e
commit
5f9d64bec0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/maturin.yml
vendored
3
.github/workflows/maturin.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
- "!varcon*"
|
- "!varcon*"
|
||||||
|
# pull_request: # Only enabled for testing
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
@ -19,7 +20,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
|
target: [x86_64, x86, aarch64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
|
|
Loading…
Reference in a new issue