mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
Update maturin to v1.13.1 (#25009)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: "Build sdist"
|
||||
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
|
||||
with:
|
||||
maturin-version: v1.11.5
|
||||
maturin-version: v1.13.1
|
||||
command: sdist
|
||||
args: --out dist
|
||||
- name: "Test sdist"
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
- name: "Build wheels - x86_64"
|
||||
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
|
||||
with:
|
||||
maturin-version: v1.11.5
|
||||
maturin-version: v1.13.1
|
||||
target: x86_64
|
||||
args: --release --locked --out dist --compatibility pypi
|
||||
- name: "Upload wheels"
|
||||
@@ -125,7 +125,7 @@ jobs:
|
||||
- name: "Build wheels - aarch64"
|
||||
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
|
||||
with:
|
||||
maturin-version: v1.11.5
|
||||
maturin-version: v1.13.1
|
||||
target: aarch64
|
||||
args: --release --locked --out dist --compatibility pypi
|
||||
- name: "Test wheel - aarch64"
|
||||
@@ -182,7 +182,7 @@ jobs:
|
||||
- name: "Build wheels"
|
||||
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
|
||||
with:
|
||||
maturin-version: v1.11.5
|
||||
maturin-version: v1.13.1
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: --release --locked --out dist --compatibility pypi
|
||||
env:
|
||||
@@ -236,7 +236,7 @@ jobs:
|
||||
- name: "Build wheels"
|
||||
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
|
||||
with:
|
||||
maturin-version: v1.11.5
|
||||
maturin-version: v1.13.1
|
||||
target: ${{ matrix.target }}
|
||||
manylinux: 2_17
|
||||
args: --release --locked --out dist --compatibility pypi
|
||||
@@ -317,7 +317,7 @@ jobs:
|
||||
- name: "Build wheels"
|
||||
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
|
||||
with:
|
||||
maturin-version: v1.11.5
|
||||
maturin-version: v1.13.1
|
||||
target: ${{ matrix.platform.target }}
|
||||
manylinux: ${{ matrix.platform.manylinux }}
|
||||
docker-options: ${{ matrix.platform.maturin_docker_options }}
|
||||
@@ -384,7 +384,7 @@ jobs:
|
||||
- name: "Build wheels"
|
||||
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
|
||||
with:
|
||||
maturin-version: v1.11.5
|
||||
maturin-version: v1.13.1
|
||||
target: ${{ matrix.target }}
|
||||
manylinux: musllinux_1_2
|
||||
args: --release --locked --out dist --compatibility pypi
|
||||
@@ -448,7 +448,7 @@ jobs:
|
||||
- name: "Build wheels"
|
||||
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
|
||||
with:
|
||||
maturin-version: v1.11.5
|
||||
maturin-version: v1.13.1
|
||||
target: ${{ matrix.platform.target }}
|
||||
manylinux: musllinux_1_2
|
||||
args: --release --locked --out dist --compatibility pypi
|
||||
|
||||
Reference in New Issue
Block a user