Skip to content

Commit 16e4ed4

Browse files
Bump PyO3/maturin-action from 1.50.1 to 1.51.0
Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.50.1 to 1.51.0. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](PyO3/maturin-action@04ac600...e83996d) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0db493 commit 16e4ed4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
pypy3.11
107107
allow-prereleases: true
108108
- name: Build wheels
109-
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
109+
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
110110
with:
111111
target: ${{ matrix.target }}
112112
args: --release --out dist --interpreter '3.10 3.11 3.12 3.13 3.13t 3.14 3.14t pypy3.11'
@@ -147,7 +147,7 @@ jobs:
147147
pypy3.11
148148
allow-prereleases: true
149149
- name: Build wheels
150-
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
150+
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
151151
with:
152152
target: ${{ matrix.target }}
153153
args: --release --out dist --interpreter '3.10 3.11 3.12 3.13 3.13t 3.14 3.14t pypy3.11'
@@ -183,7 +183,7 @@ jobs:
183183
allow-prereleases: true
184184
architecture: ${{ matrix.target }}
185185
- name: Build wheels
186-
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
186+
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
187187
with:
188188
target: ${{ matrix.target }}
189189
args: --release --out dist --interpreter '3.10 3.11 3.12 3.13 3.14'
@@ -241,7 +241,7 @@ jobs:
241241
.\rustup-init.exe -y
242242
Add-Content $env:GITHUB_PATH "$env:USERPROFILE\.cargo\bin"
243243
- name: Build wheels
244-
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
244+
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
245245
with:
246246
target: ${{ matrix.target }}
247247
args: --release --out dist --interpreter ${{ steps.cp311.outputs.python-path }} ${{ steps.cp312.outputs.python-path }} ${{ steps.cp313.outputs.python-path }} ${{ steps.cp314.outputs.python-path }}
@@ -275,7 +275,7 @@ jobs:
275275
allow-prereleases: true
276276
architecture: ${{ matrix.target }}
277277
- name: Build wheels
278-
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
278+
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
279279
with:
280280
target: ${{ matrix.target }}
281281
args: --release --out dist --interpreter '3.13t 3.14t'
@@ -312,7 +312,7 @@ jobs:
312312
pypy3.11
313313
allow-prereleases: true
314314
- name: Build wheels
315-
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
315+
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
316316
with:
317317
target: ${{ matrix.target }}
318318
args: --release --out dist --interpreter '3.10 3.11 3.12 3.13 3.13t 3.14 3.14t pypy3.11'
@@ -334,7 +334,7 @@ jobs:
334334
with:
335335
python-version: 3.13
336336
- name: Build an sdist
337-
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
337+
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
338338
with:
339339
command: sdist
340340
args: --out dist

0 commit comments

Comments
 (0)