From 057e842426593783776b2c1e46019af4df1fdc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:29:33 +0000 Subject: [PATCH] Bump PyO3/maturin-action from 1.49.3 to 1.49.4 in the actions group Bumps the actions group with 1 update: [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `PyO3/maturin-action` from 1.49.3 to 1.49.4 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/v1.49.3...v1.49.4) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-version: 1.49.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/version.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 4a32f873..f8fe48d8 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -65,7 +65,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - uses: actions/checkout@v5 if: ${{ needs.bump.result == 'skipped' }} - - uses: PyO3/maturin-action@v1.49.3 + - uses: PyO3/maturin-action@v1.49.4 with: target: ${{ matrix.target }} manylinux: auto @@ -91,7 +91,7 @@ jobs: if: ${{ needs.bump.result == 'skipped' }} - name: Setup QEMU uses: docker/setup-qemu-action@v3 - - uses: PyO3/maturin-action@v1.49.3 + - uses: PyO3/maturin-action@v1.49.4 with: manylinux: auto command: build @@ -114,7 +114,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - uses: actions/checkout@v5 if: ${{ needs.bump.result == 'skipped' }} - - uses: PyO3/maturin-action@v1.49.3 + - uses: PyO3/maturin-action@v1.49.4 with: command: build args: --release -o dist --find-interpreter @@ -136,7 +136,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - uses: actions/checkout@v5 if: ${{ needs.bump.result == 'skipped' }} - - uses: PyO3/maturin-action@v1.49.3 + - uses: PyO3/maturin-action@v1.49.4 with: command: build target: universal2-apple-darwin @@ -158,7 +158,7 @@ jobs: pattern: wheels-* merge-multiple: true - name: Publish to PyPI - uses: PyO3/maturin-action@v1.49.3 + uses: PyO3/maturin-action@v1.49.4 env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: