File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments