build(deps): bump PyO3/maturin-action from 1.42.0 to 1.42.1 (#238)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
74a84d259e
commit
fdec6d46fb
|
@ -46,7 +46,7 @@ jobs:
|
|||
python-version: 3.8
|
||||
architecture: x64
|
||||
|
||||
- uses: PyO3/maturin-action@6c040287d49afcbdb94da54484e3e17051e60e53
|
||||
- uses: PyO3/maturin-action@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa
|
||||
with:
|
||||
manylinux: auto
|
||||
target: ${{ matrix.platform }}
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- uses: PyO3/maturin-action@6c040287d49afcbdb94da54484e3e17051e60e53
|
||||
- uses: PyO3/maturin-action@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa
|
||||
env:
|
||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||
with:
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Build wheels - ${{ matrix.target }}
|
||||
uses: PyO3/maturin-action@6c040287d49afcbdb94da54484e3e17051e60e53
|
||||
uses: PyO3/maturin-action@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa
|
||||
env:
|
||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue