build(deps): bump PyO3/maturin-action from 1.42.1 to 1.42.2 (#267)

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

View File

@ -46,7 +46,7 @@ jobs:
python-version: 3.8 python-version: 3.8
architecture: x64 architecture: x64
- uses: PyO3/maturin-action@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa - uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31
with: with:
manylinux: auto manylinux: auto
target: ${{ matrix.platform }} target: ${{ matrix.platform }}
@ -76,7 +76,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- uses: PyO3/maturin-action@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa - uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31
env: env:
PYO3_PYTHON: python${{ matrix.python-version }} PYO3_PYTHON: python${{ matrix.python-version }}
with: with:
@ -107,7 +107,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@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31
env: env:
PYO3_PYTHON: python${{ matrix.python-version }} PYO3_PYTHON: python${{ matrix.python-version }}
with: with: