Skip to content

Commit

Permalink
github-workflow: env maturin version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Feb 12, 2025
1 parent 1635fb1 commit a6455bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
pull_request:

env:
MATURIN_VERSION: 1.8.1

jobs:
rust-test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -72,7 +75,7 @@ jobs:
- name: Build
uses: PyO3/maturin-action@v1
with:
maturin-version: 1.8.1
maturin-version: ${{ env.MATURIN_VERSION }}
target: ${{ matrix.platform.target }}
manylinux: auto
args: -i ${{ matrix.python-version }} --release --out dist
Expand All @@ -99,7 +102,7 @@ jobs:
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
maturin-version: 1.7.6
maturin-version: ${{ env.MATURIN_VERSION }}
command: sdist
args: --out dist
- name: Upload artifacts
Expand Down
5 changes: 0 additions & 5 deletions funding.json

This file was deleted.

0 comments on commit a6455bc

Please sign in to comment.