From 9d258bb9f5018982a8b757b30d4442e41a18bb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:22:47 +0000 Subject: [PATCH] Bump PyO3/maturin-action in the actions-production group Bumps the actions-production group with 1 update: [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `PyO3/maturin-action` from 1.46.0 to 1.47.0 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/v1.46.0...v1.47.0) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-production ... 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 444d3e69..e7a5f121 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v4 with: ref: version-${{ needs.bump.outputs.version }} - - uses: PyO3/maturin-action@v1.46.0 + - uses: PyO3/maturin-action@v1.47.0 with: target: ${{ matrix.target }} manylinux: auto @@ -78,7 +78,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - name: Setup QEMU uses: docker/setup-qemu-action@v3 - - uses: PyO3/maturin-action@v1.46.0 + - uses: PyO3/maturin-action@v1.47.0 with: manylinux: auto command: build @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v4 with: ref: version-${{ needs.bump.outputs.version }} - - uses: PyO3/maturin-action@v1.46.0 + - uses: PyO3/maturin-action@v1.47.0 with: command: build args: --release -o dist --find-interpreter @@ -115,7 +115,7 @@ jobs: - uses: actions/checkout@v4 with: ref: version-${{ needs.bump.outputs.version }} - - uses: PyO3/maturin-action@v1.46.0 + - uses: PyO3/maturin-action@v1.47.0 with: command: build target: universal2-apple-darwin @@ -137,7 +137,7 @@ jobs: pattern: wheels-* merge-multiple: true - name: Publish to PyPI - uses: PyO3/maturin-action@v1.46.0 + uses: PyO3/maturin-action@v1.47.0 env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: