Merge pull request #89 from quickwit-oss/dependabot/github_actions/messense/maturin-action-1.40.1
build(deps): bump messense/maturin-action from 1.40.0 to 1.40.1master
commit
d2c535688e
|
@ -43,7 +43,7 @@ jobs:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
||||||
- uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
|
- uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0
|
||||||
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@ce661d63d3d8870440a331be1837b596e2ff7e6e
|
- uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0
|
||||||
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@ce661d63d3d8870440a331be1837b596e2ff7e6e
|
uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0
|
||||||
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@ce661d63d3d8870440a331be1837b596e2ff7e6e
|
uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0
|
||||||
env:
|
env:
|
||||||
PYO3_PYTHON: python${{ matrix.python-version }}
|
PYO3_PYTHON: python${{ matrix.python-version }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue