build(deps): bump messense/maturin-action from 1.39.0 to 1.40.0 (#76)

Bumps [messense/maturin-action](https://github.com/messense/maturin-action) from 1.39.0 to 1.40.0.
- [Release notes](https://github.com/messense/maturin-action/releases)
- [Commits](49e11751aa...ce661d63d3)

---
updated-dependencies:
- dependency-name: messense/maturin-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 2023-07-02 19:14:57 +10:00 committed by GitHub
parent 504e872693
commit baaf97ab02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ jobs:
python-version: 3.8 python-version: 3.8
architecture: x64 architecture: x64
- uses: messense/maturin-action@49e11751aa9751fc4db9c247b8910702ee225df9 - uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
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@49e11751aa9751fc4db9c247b8910702ee225df9 - uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
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@49e11751aa9751fc4db9c247b8910702ee225df9 uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
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@49e11751aa9751fc4db9c247b8910702ee225df9 uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
env: env:
PYO3_PYTHON: python${{ matrix.python-version }} PYO3_PYTHON: python${{ matrix.python-version }}
with: with: