build(deps): bump PyO3/maturin-action from 1.40.8 to 1.41.0 (#209)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
b60a8cddb0
commit
f08c18fce5
|
@ -46,7 +46,7 @@ jobs:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
||||||
- uses: PyO3/maturin-action@a3013db91b2ef2e51420cfe99ee619c8e72a17e6
|
- uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
|
||||||
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@a3013db91b2ef2e51420cfe99ee619c8e72a17e6
|
- uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
|
||||||
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@a3013db91b2ef2e51420cfe99ee619c8e72a17e6
|
uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
|
||||||
env:
|
env:
|
||||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue