Skip to content

Commit

Permalink
build(deps): bump PyO3/maturin-action from 1.40.7 to 1.40.8 (quickwit…
Browse files Browse the repository at this point in the history
…-oss#169)

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 Dec 20, 2023
1 parent ddce44c commit 07d774b
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 @@ -46,7 +46,7 @@ jobs:
python-version: 3.8
architecture: x64

- uses: PyO3/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
- uses: PyO3/maturin-action@a3013db91b2ef2e51420cfe99ee619c8e72a17e6
with:
manylinux: auto
target: ${{ matrix.platform }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: PyO3/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
- uses: PyO3/maturin-action@a3013db91b2ef2e51420cfe99ee619c8e72a17e6
env:
PYO3_PYTHON: python${{ matrix.python-version }}
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
python-version: ${{ matrix.python-version }}

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

0 comments on commit 07d774b

Please sign in to comment.