Skip to content

Commit

Permalink
build(deps): bump PyO3/maturin-action from 1.43.0 to 1.44.0 (#307)
Browse files Browse the repository at this point in the history
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 Jul 1, 2024
1 parent 02d3a15 commit b58f2c4
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@6c20e5e8673d2470a20e14adf067b68db6fee644
- uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7
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@6c20e5e8673d2470a20e14adf067b68db6fee644
- uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7
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@6c20e5e8673d2470a20e14adf067b68db6fee644
uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7
env:
PYO3_PYTHON: python${{ matrix.python-version }}
with:
Expand Down

0 comments on commit b58f2c4

Please sign in to comment.