build(deps): bump messense/maturin-action from 1.40.2 to 1.40.3 (#136)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
6b6ba72162
commit
23884919a3
|
@ -43,7 +43,7 @@ jobs:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
||||||
- uses: messense/maturin-action@9357a23898d2fca5ef8da7ac38aaaedab4ef218f
|
- uses: messense/maturin-action@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8
|
||||||
with:
|
with:
|
||||||
rust-toolchain: stable
|
rust-toolchain: stable
|
||||||
manylinux: auto
|
manylinux: auto
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- uses: messense/maturin-action@9357a23898d2fca5ef8da7ac38aaaedab4ef218f
|
- uses: messense/maturin-action@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8
|
||||||
env:
|
env:
|
||||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||||
with:
|
with:
|
||||||
|
@ -104,7 +104,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Build wheels - x86_64
|
- name: Build wheels - x86_64
|
||||||
uses: messense/maturin-action@9357a23898d2fca5ef8da7ac38aaaedab4ef218f
|
uses: messense/maturin-action@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8
|
||||||
env:
|
env:
|
||||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||||
with:
|
with:
|
||||||
|
@ -113,7 +113,7 @@ jobs:
|
||||||
args: --release -o dist
|
args: --release -o dist
|
||||||
|
|
||||||
- name: Build wheels - universal2
|
- name: Build wheels - universal2
|
||||||
uses: messense/maturin-action@9357a23898d2fca5ef8da7ac38aaaedab4ef218f
|
uses: messense/maturin-action@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8
|
||||||
env:
|
env:
|
||||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue