build(deps): bump PyO3/maturin-action from 1.44.0 to 1.45.0 (#376)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 2024-10-22 09:05:27 +10:00 committed by GitHub
parent 04ffb58e92
commit 3e2229bf96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ jobs:
python-version: 3.8 python-version: 3.8
architecture: x64 architecture: x64
- uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7 - uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
with: with:
manylinux: auto manylinux: auto
target: ${{ matrix.platform }} target: ${{ matrix.platform }}
@ -86,7 +86,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7 - uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
env: env:
PYO3_PYTHON: python${{ matrix.python-version }} PYO3_PYTHON: python${{ matrix.python-version }}
with: with:
@ -121,7 +121,7 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Build wheels - ${{ matrix.target }} - name: Build wheels - ${{ matrix.target }}
uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7 uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
env: env:
PYO3_PYTHON: python${{ matrix.python-version }} PYO3_PYTHON: python${{ matrix.python-version }}
with: with: