From d647707bbd6a4f6e9aa995b8751ea897eedc2b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:07:25 +0000 Subject: [PATCH] ci(deps): bump PyO3/maturin-action from 1.49.4 to 1.50.0 Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.49.4 to 1.50.0. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/86b9d133d34bc1b40018696f782949dac11bd380...b1bd829e37fef14c63f19162034228a2f3dc1021) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 54b3ca2..b2959ec 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -37,7 +37,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter @@ -67,7 +67,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: target: ${{ matrix.target }}-apple-darwin args: --release --out dist --find-interpreter @@ -92,7 +92,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: target: x64 args: --release --out dist --find-interpreter @@ -113,7 +113,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Build sdist - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: command: sdist args: --out dist