Skip to content

Commit 398a22f

Browse files
Update PyO3/maturin-action action to v1.49.4 (#1030)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec2e34c commit 398a22f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build-binaries.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: "Prep README.md"
5151
run: python scripts/transform_readme.py
5252
- name: "Build sdist"
53-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
53+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
5454
with:
5555
command: sdist
5656
args: --out dist
@@ -81,7 +81,7 @@ jobs:
8181
- name: "Prep README.md"
8282
run: python scripts/transform_readme.py
8383
- name: "Build wheels - x86_64"
84-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
84+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
8585
with:
8686
target: x86_64
8787
args: --release --locked --out dist
@@ -123,7 +123,7 @@ jobs:
123123
- name: "Prep README.md"
124124
run: python scripts/transform_readme.py
125125
- name: "Build wheels - aarch64"
126-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
126+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
127127
with:
128128
target: aarch64
129129
args: --release --locked --out dist
@@ -179,7 +179,7 @@ jobs:
179179
- name: "Prep README.md"
180180
run: python scripts/transform_readme.py
181181
- name: "Build wheels"
182-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
182+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
183183
with:
184184
target: ${{ matrix.platform.target }}
185185
args: --release --locked --out dist
@@ -233,7 +233,7 @@ jobs:
233233
- name: "Prep README.md"
234234
run: python scripts/transform_readme.py
235235
- name: "Build wheels"
236-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
236+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
237237
with:
238238
target: ${{ matrix.target }}
239239
manylinux: auto
@@ -308,7 +308,7 @@ jobs:
308308
- name: "Prep README.md"
309309
run: python scripts/transform_readme.py
310310
- name: "Build wheels"
311-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
311+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
312312
with:
313313
target: ${{ matrix.platform.target }}
314314
manylinux: auto
@@ -374,7 +374,7 @@ jobs:
374374
- name: "Prep README.md"
375375
run: python scripts/transform_readme.py
376376
- name: "Build wheels"
377-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
377+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
378378
with:
379379
target: ${{ matrix.target }}
380380
manylinux: musllinux_1_2
@@ -439,7 +439,7 @@ jobs:
439439
- name: "Prep README.md"
440440
run: python scripts/transform_readme.py
441441
- name: "Build wheels"
442-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
442+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
443443
with:
444444
target: ${{ matrix.platform.target }}
445445
manylinux: musllinux_1_2

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
architecture: x64
3737
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
3838
- name: "Build wheels"
39-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
39+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
4040
with:
4141
args: --out dist
4242
- name: "Test wheel"

0 commit comments

Comments
 (0)