Skip to content

Commit

Permalink
Bump PyO3/maturin-action (#14)
Browse files Browse the repository at this point in the history
Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from e21013af641daf9513198d98a6853760803a5c6c to ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab.
- [Release notes](https://github.com/pyo3/maturin-action/releases)
- [Commits](PyO3/maturin-action@e21013a...ea5bac0)

---
updated-dependencies:
- dependency-name: PyO3/maturin-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 85b99c9 commit 922566a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pyproject_fmt_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -178,7 +178,7 @@ jobs:
with:
name: source
- name: Build sdist
uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab

with:
command: sdist
Expand Down Expand Up @@ -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/*
Expand Down

0 comments on commit 922566a

Please # to comment.