Skip to content

Commit 496ef2a

Browse files
Update maturin to v1.13.1 (#25009)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94aa770 commit 496ef2a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: "Build sdist"
5252
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
5353
with:
54-
maturin-version: v1.11.5
54+
maturin-version: v1.13.1
5555
command: sdist
5656
args: --out dist
5757
- name: "Test sdist"
@@ -82,7 +82,7 @@ jobs:
8282
- name: "Build wheels - x86_64"
8383
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
8484
with:
85-
maturin-version: v1.11.5
85+
maturin-version: v1.13.1
8686
target: x86_64
8787
args: --release --locked --out dist --compatibility pypi
8888
- name: "Upload wheels"
@@ -125,7 +125,7 @@ jobs:
125125
- name: "Build wheels - aarch64"
126126
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
127127
with:
128-
maturin-version: v1.11.5
128+
maturin-version: v1.13.1
129129
target: aarch64
130130
args: --release --locked --out dist --compatibility pypi
131131
- name: "Test wheel - aarch64"
@@ -182,7 +182,7 @@ jobs:
182182
- name: "Build wheels"
183183
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
184184
with:
185-
maturin-version: v1.11.5
185+
maturin-version: v1.13.1
186186
target: ${{ matrix.platform.target }}
187187
args: --release --locked --out dist --compatibility pypi
188188
env:
@@ -236,7 +236,7 @@ jobs:
236236
- name: "Build wheels"
237237
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
238238
with:
239-
maturin-version: v1.11.5
239+
maturin-version: v1.13.1
240240
target: ${{ matrix.target }}
241241
manylinux: 2_17
242242
args: --release --locked --out dist --compatibility pypi
@@ -317,7 +317,7 @@ jobs:
317317
- name: "Build wheels"
318318
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
319319
with:
320-
maturin-version: v1.11.5
320+
maturin-version: v1.13.1
321321
target: ${{ matrix.platform.target }}
322322
manylinux: ${{ matrix.platform.manylinux }}
323323
docker-options: ${{ matrix.platform.maturin_docker_options }}
@@ -384,7 +384,7 @@ jobs:
384384
- name: "Build wheels"
385385
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
386386
with:
387-
maturin-version: v1.11.5
387+
maturin-version: v1.13.1
388388
target: ${{ matrix.target }}
389389
manylinux: musllinux_1_2
390390
args: --release --locked --out dist --compatibility pypi
@@ -448,7 +448,7 @@ jobs:
448448
- name: "Build wheels"
449449
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
450450
with:
451-
maturin-version: v1.11.5
451+
maturin-version: v1.13.1
452452
target: ${{ matrix.platform.target }}
453453
manylinux: musllinux_1_2
454454
args: --release --locked --out dist --compatibility pypi

0 commit comments

Comments
 (0)