Skip to content

Commit

Permalink
fix(ci): pin maturin to 1.6.0 for sdist build
Browse files Browse the repository at this point in the history
See PyO3/maturin#2244 for more details
  • Loading branch information
chrjabs committed Oct 14, 2024
1 parent 048865d commit 437516f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pyapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
maturin-version: '1.6.0'
command: sdist
args: --out dist --manifest-path pyapi/Cargo.toml
- name: Upload sdist
Expand Down

0 comments on commit 437516f

Please sign in to comment.