Skip to content

Commit

Permalink
Pin maturin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kozma committed Jan 19, 2024
1 parent 3b67332 commit 1477f0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, aarch64]
# target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
target: [x86_64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -34,6 +34,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
maturin-version: "1.2.0"
args: --release --out dist --find-interpreter
sccache: "true"
manylinux: auto
Expand Down

0 comments on commit 1477f0b

Please sign in to comment.