Skip to content

Commit

Permalink
build: Pin maturin (#20063)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Nov 29, 2024
1 parent f7718f3 commit 4a46723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
args: >
--manifest-path py-polars/Cargo.toml
--out dist
maturin-version: 1.7.4

- name: Test sdist
run: |
Expand Down Expand Up @@ -198,6 +199,7 @@ jobs:
--manifest-path py-polars/Cargo.toml
--out dist
manylinux: ${{ matrix.architecture == 'aarch64' && '2_24' || 'auto' }}
maturin-version: 1.7.4

- name: Test wheel
# Only test on x86-64 for now as this matches the runner architecture
Expand Down

0 comments on commit 4a46723

Please sign in to comment.