From d984613dd4f24c06cc009b5b3b96c836f56d51e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:56:30 +1000 Subject: [PATCH] build(deps): bump messense/maturin-action from 1.40.3 to 1.40.7 (#151) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cameron <561860+wallies@users.noreply.github.com> --- .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 1b368688..dc9f4d77 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@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8 + - uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f with: rust-toolchain: stable manylinux: auto @@ -74,7 +74,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: messense/maturin-action@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8 + - uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f 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@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8 + uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f 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@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8 + uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f env: PYO3_PYTHON: python${{ matrix.python-version }} with: