From 06eb03e2ba8d6cd51b23bf2e08592c8e9a731bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:04:28 +0000 Subject: [PATCH] build(deps): bump PyO3/maturin-action from 1.40.8 to 1.41.0 Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.40.8 to 1.41.0. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/a3013db91b2ef2e51420cfe99ee619c8e72a17e6...60d11847b29f81ca5375519a8eb33cc336ba4bfa) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 29a568d6..03cb9760 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -46,7 +46,7 @@ jobs: python-version: 3.8 architecture: x64 - - uses: PyO3/maturin-action@a3013db91b2ef2e51420cfe99ee619c8e72a17e6 + - uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa with: manylinux: auto target: ${{ matrix.platform }} @@ -76,7 +76,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: PyO3/maturin-action@a3013db91b2ef2e51420cfe99ee619c8e72a17e6 + - uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa env: PYO3_PYTHON: python${{ matrix.python-version }} with: @@ -107,7 +107,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Build wheels - ${{ matrix.target }} - uses: PyO3/maturin-action@a3013db91b2ef2e51420cfe99ee619c8e72a17e6 + uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa env: PYO3_PYTHON: python${{ matrix.python-version }} with: