From aca83c3208e3bad8c9185cc5fc525733a5ae3954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 14:54:44 +1000 Subject: [PATCH] build(deps): bump PyO3/maturin-action from 1.42.1 to 1.42.2 (#267) 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 2df7a72..f653fdd 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@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa + - uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31 with: manylinux: auto target: ${{ matrix.platform }} @@ -76,7 +76,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: PyO3/maturin-action@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa + - uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31 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@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa + uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31 env: PYO3_PYTHON: python${{ matrix.python-version }} with: