Skip to content

Commit 1477f0b

Browse files
author
Dave Kozma
committed
Pin maturin version
1 parent 3b67332 commit 1477f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
target: [x86_64, aarch64]
2726
# target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
27+
target: [x86_64]
2828
steps:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-python@v4
@@ -34,6 +34,7 @@ jobs:
3434
uses: PyO3/maturin-action@v1
3535
with:
3636
target: ${{ matrix.target }}
37+
maturin-version: "1.2.0"
3738
args: --release --out dist --find-interpreter
3839
sccache: "true"
3940
manylinux: auto

0 commit comments

Comments
 (0)