From 83c68bd1c70a2979327e7ff035e87d716a61085d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:02:40 +0000 Subject: [PATCH] build(deps): bump PyO3/maturin-action from 1.49.1 to 1.49.3 Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.49.1 to 1.49.3. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/v1.49.1...v1.49.3) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-version: 1.49.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dd2acb..d34f37a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: with: python-version: 3.x - name: Build wheels - uses: PyO3/maturin-action@v1.49.1 + uses: PyO3/maturin-action@v1.49.3 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter --manifest-path ./Cargo.toml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build sdist - uses: PyO3/maturin-action@v1.49.1 + uses: PyO3/maturin-action@v1.49.3 with: command: sdist args: --out dist --manifest-path ./Cargo.toml