From 135f3e07ca5971f0ac731d25b0ebad5fb7652650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 23:03:25 +0000 Subject: [PATCH] build(deps): bump messense/maturin-action from 1.40.0 to 1.40.1 Bumps [messense/maturin-action](https://github.com/messense/maturin-action) from 1.40.0 to 1.40.1. - [Release notes](https://github.com/messense/maturin-action/releases) - [Commits](https://github.com/messense/maturin-action/compare/ce661d63d3d8870440a331be1837b596e2ff7e6e...6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0) --- updated-dependencies: - dependency-name: messense/maturin-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 13ea3a9..2a0df70 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -43,7 +43,7 @@ jobs: python-version: 3.8 architecture: x64 - - uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e + - uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0 with: rust-toolchain: stable manylinux: auto @@ -74,7 +74,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e + - uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0 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@ce661d63d3d8870440a331be1837b596e2ff7e6e + uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0 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@ce661d63d3d8870440a331be1837b596e2ff7e6e + uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0 env: PYO3_PYTHON: python${{ matrix.python-version }} with: