build(deps): bump messense/maturin-action from 1.40.6 to 1.40.7 (#149)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
68d6cd859a
commit
b4414cd3cf
|
@ -43,7 +43,7 @@ jobs:
|
|||
python-version: 3.8
|
||||
architecture: x64
|
||||
|
||||
- uses: messense/maturin-action@92200888fdad3e0f3845c6062020c0c8986773e7
|
||||
- uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
|
||||
with:
|
||||
rust-toolchain: stable
|
||||
manylinux: auto
|
||||
|
@ -74,7 +74,7 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- uses: messense/maturin-action@92200888fdad3e0f3845c6062020c0c8986773e7
|
||||
- uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
|
||||
env:
|
||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||
with:
|
||||
|
@ -104,7 +104,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Build wheels - x86_64
|
||||
uses: messense/maturin-action@92200888fdad3e0f3845c6062020c0c8986773e7
|
||||
uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
|
||||
env:
|
||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||
with:
|
||||
|
@ -113,7 +113,7 @@ jobs:
|
|||
args: --release -o dist
|
||||
|
||||
- name: Build wheels - universal2
|
||||
uses: messense/maturin-action@92200888fdad3e0f3845c6062020c0c8986773e7
|
||||
uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
|
||||
env:
|
||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue