From 922566a26bf68eb109cad8a77cdba3d35a389dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:01:22 -0700 Subject: [PATCH] Bump PyO3/maturin-action (#14) Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from e21013af641daf9513198d98a6853760803a5c6c to ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/e21013af641daf9513198d98a6853760803a5c6c...ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pyproject_fmt_build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pyproject_fmt_build.yaml b/.github/workflows/pyproject_fmt_build.yaml index 381ae72..2dc8191 100644 --- a/.github/workflows/pyproject_fmt_build.yaml +++ b/.github/workflows/pyproject_fmt_build.yaml @@ -100,7 +100,7 @@ jobs: with: name: source - name: Build wheels - uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c + uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab with: target: ${{ matrix.platform.target }} @@ -129,7 +129,7 @@ jobs: with: name: source - name: Build wheels - uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c + uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab with: target: ${{ matrix.platform.target }} @@ -157,7 +157,7 @@ jobs: with: name: source - name: Build wheels - uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c + uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab with: target: ${{ matrix.platform.target }} @@ -178,7 +178,7 @@ jobs: with: name: source - name: Build sdist - uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c + uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab with: command: sdist @@ -225,7 +225,7 @@ jobs: - name: Show wheels run: ls -lth dist - name: Publish to PyPI - uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c + uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab with: command: upload args: --non-interactive --skip-existing dist/*