Skip to content

Commit

Permalink
build(deps): bump PyO3/maturin-action from 1.44.0 to 1.45.0
Browse files Browse the repository at this point in the history
Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/pyo3/maturin-action/releases)
- [Commits](PyO3/maturin-action@2c5c156...ea5bac0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 04ffb58 commit 2edf860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: 3.8
architecture: x64

- uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7
- uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
with:
manylinux: auto
target: ${{ matrix.platform }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7
- uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
env:
PYO3_PYTHON: python${{ matrix.python-version }}
with:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Build wheels - ${{ matrix.target }}
uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
env:
PYO3_PYTHON: python${{ matrix.python-version }}
with:
Expand Down

0 comments on commit 2edf860

Please sign in to comment.