From 8a5f9662d2c61fdd18b725d95febd178206a6189 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:27:51 +0000 Subject: [PATCH] [deps]: Update PyO3/maturin-action digest to 683eb33 --- .github/workflows/build-python-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index e69f3eec1e..46c1138afd 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -89,7 +89,7 @@ jobs: - name: Build wheels if: ${{ matrix.settings.target != 'x86_64-unknown-linux-gnu' }} - uses: PyO3/maturin-action@b9e8f88fd4448fdecf5095864cdc7e39a544aa9f # v1.40.7 + uses: PyO3/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f # v1.40.7 with: target: ${{ matrix.settings.target }} args: --release --find-interpreter --sdist @@ -99,7 +99,7 @@ jobs: - name: Build wheels (Linux - x86_64) if: ${{ matrix.settings.target == 'x86_64-unknown-linux-gnu' }} - uses: PyO3/maturin-action@b9e8f88fd4448fdecf5095864cdc7e39a544aa9f # v1.40.7 + uses: PyO3/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f # v1.40.7 with: target: ${{ matrix.settings.target }} args: --release --find-interpreter --sdist