Skip to content

Commit 11c2b5c

Browse files
⬆️ Update PyO3/maturin-action action to v1.49.1 (#882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f95b13 commit 11c2b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
run: |
219219
(Get-Content pyproject.toml) -replace 'version = ".*"', 'version = "${{ github.event.release.tag_name }}"' | Set-Content pyproject.toml
220220
- name: Build wheels
221-
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1.47.3
221+
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
222222
with:
223223
target: ${{ matrix.platform.target }}
224224
args: --release --strip --out dist -i python${{ matrix.python-version }}
@@ -292,7 +292,7 @@ jobs:
292292
run: |
293293
sed -i "s/^version = \".*\"/version = \"${{ github.event.release.tag_name }}\"/" pyproject.toml
294294
- name: Build wheels
295-
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1.47.3
295+
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
296296
with:
297297
target: ${{ matrix.platform.target }}
298298
args: --release --strip --out dist -i python${{ matrix.python-version }}

0 commit comments

Comments
 (0)