Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: PyO3/maturin-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 4b876ac commit cb65387
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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 @@ -102,7 +102,7 @@ jobs:
with:
name: source
- name: Build wheels
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5

with:
target: ${{ matrix.platform.target }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
with:
name: source
- name: Build wheels
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5

with:
target: ${{ matrix.platform.target }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
with:
name: source
- name: Build wheels
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5

with:
target: ${{ matrix.platform.target }}
Expand All @@ -180,7 +180,7 @@ jobs:
with:
name: source
- name: Build sdist
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5

with:
command: sdist
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- name: Show wheels
run: ls -lth dist
- name: Publish to PyPI
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5
with:
command: upload
args: --non-interactive --skip-existing dist/*
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tox_toml_fmt_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
with:
name: source
- name: Build wheels
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5

with:
target: ${{ matrix.platform.target }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
with:
name: source
- name: Build wheels
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5

with:
target: ${{ matrix.platform.target }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
with:
name: source
- name: Build wheels
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5

with:
target: ${{ matrix.platform.target }}
Expand All @@ -180,7 +180,7 @@ jobs:
with:
name: source
- name: Build sdist
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5

with:
command: sdist
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- name: Show wheels
run: ls -lth dist
- name: Publish to PyPI
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5
with:
command: upload
args: --non-interactive --skip-existing dist/*
Expand Down

0 comments on commit cb65387

Please sign in to comment.