From 5f7203d115a91abf66e2461851d80ad84d377be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:54:08 +0000 Subject: [PATCH] ci(deps): bump PyO3/maturin-action Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 423a6347767a8b16e65c2a7a7042e4a921528da8 to e83996d129638aa358a18fbd1dfb82f0b0fb5d3b. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/423a6347767a8b16e65c2a7a7042e4a921528da8...e83996d129638aa358a18fbd1dfb82f0b0fb5d3b) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-version: e83996d129638aa358a18fbd1dfb82f0b0fb5d3b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/python-wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 4f65339..ac7f31a 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -31,7 +31,7 @@ jobs: 3.13 - name: Build wheels - uses: PyO3/maturin-action@423a6347767a8b16e65c2a7a7042e4a921528da8 # v1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1 with: command: build args: --release --out dist --find-interpreter @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Build sdist - uses: PyO3/maturin-action@423a6347767a8b16e65c2a7a7042e4a921528da8 # v1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1 with: command: sdist args: --out dist @@ -122,7 +122,7 @@ jobs: - name: Upload distributions env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} - uses: PyO3/maturin-action@423a6347767a8b16e65c2a7a7042e4a921528da8 # v1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1 with: command: upload args: --non-interactive --skip-existing dist/*