Skip to content

Commit b3672ce

Browse files
⬆️ Update PyO3/maturin-action action to v1.51.0 (#1529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fdd756b commit b3672ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
run: |
242242
(Get-Content pyproject.toml) -replace 'version = ".*"', 'version = "${{ github.event.release.tag_name }}"' | Set-Content pyproject.toml
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.platform.target }}
247247
args: --release --strip --out dist -i python${{ matrix.python-version }}
@@ -311,7 +311,7 @@ jobs:
311311
run: |
312312
sed -i "s/^version = \".*\"/version = \"${{ github.event.release.tag_name }}\"/" pyproject.toml
313313
- name: Build wheels
314-
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
314+
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
315315
with:
316316
target: ${{ matrix.target }}
317317
args: --release --strip --out dist -i python${{ matrix.python-version }}

0 commit comments

Comments
 (0)