From 3e2229bf9688bc8b7feadb06a3761e0c7cae32ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:05:27 +1000 Subject: [PATCH] build(deps): bump PyO3/maturin-action from 1.44.0 to 1.45.0 (#376) 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 72909cb..d54efc5 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@2c5c1560848aaa364c3545136054932db5fa27b7 + - uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab with: manylinux: auto target: ${{ matrix.platform }} @@ -86,7 +86,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7 + - uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab 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@2c5c1560848aaa364c3545136054932db5fa27b7 + uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab env: PYO3_PYTHON: python${{ matrix.python-version }} with: