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