From c09ecf93d0e6414f038dd61ae8e60a47a0414a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 07:35:34 +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 c3d2d61..da82e42 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -41,7 +41,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 @@ -62,7 +62,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 @@ -113,7 +113,7 @@ jobs: - name: Publish 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/*