Skip to content

Commit f08c18f

Browse files
build(deps): bump PyO3/maturin-action from 1.40.8 to 1.41.0 (#209)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b60a8cd commit f08c18f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: 3.8
4747
architecture: x64
4848

49-
- uses: PyO3/maturin-action@a3013db91b2ef2e51420cfe99ee619c8e72a17e6
49+
- uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
5050
with:
5151
manylinux: auto
5252
target: ${{ matrix.platform }}
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
python-version: ${{ matrix.python-version }}
7878

79-
- uses: PyO3/maturin-action@a3013db91b2ef2e51420cfe99ee619c8e72a17e6
79+
- uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
8080
env:
8181
PYO3_PYTHON: python${{ matrix.python-version }}
8282
with:
@@ -107,7 +107,7 @@ jobs:
107107
python-version: ${{ matrix.python-version }}
108108

109109
- name: Build wheels - ${{ matrix.target }}
110-
uses: PyO3/maturin-action@a3013db91b2ef2e51420cfe99ee619c8e72a17e6
110+
uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
111111
env:
112112
PYO3_PYTHON: python${{ matrix.python-version }}
113113
with:

0 commit comments

Comments
 (0)