From 731a979a967c92cc63d29235ec94af0d46c297f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 08:44:56 +1000 Subject: [PATCH] build(deps): bump PyO3/maturin-action from 1.42.2 to 1.43.0 (#286) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a622ba3..73d3423 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -52,7 +52,7 @@ jobs: python-version: 3.8 architecture: x64 - - uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31 + - uses: PyO3/maturin-action@6c20e5e8673d2470a20e14adf067b68db6fee644 with: manylinux: auto target: ${{ matrix.platform }} @@ -86,7 +86,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31 + - uses: PyO3/maturin-action@6c20e5e8673d2470a20e14adf067b68db6fee644 env: PYO3_PYTHON: python${{ matrix.python-version }} with: @@ -121,7 +121,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Build wheels - ${{ matrix.target }} - uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31 + uses: PyO3/maturin-action@6c20e5e8673d2470a20e14adf067b68db6fee644 env: PYO3_PYTHON: python${{ matrix.python-version }} with: