Skip to content

Commit 731a979

Browse files
build(deps): bump PyO3/maturin-action from 1.42.2 to 1.43.0 (#286)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 621eaf3 commit 731a979

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
@@ -52,7 +52,7 @@ jobs:
5252
python-version: 3.8
5353
architecture: x64
5454

55-
- uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31
55+
- uses: PyO3/maturin-action@6c20e5e8673d2470a20e14adf067b68db6fee644
5656
with:
5757
manylinux: auto
5858
target: ${{ matrix.platform }}
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888

89-
- uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31
89+
- uses: PyO3/maturin-action@6c20e5e8673d2470a20e14adf067b68db6fee644
9090
env:
9191
PYO3_PYTHON: python${{ matrix.python-version }}
9292
with:
@@ -121,7 +121,7 @@ jobs:
121121
python-version: ${{ matrix.python-version }}
122122

123123
- name: Build wheels - ${{ matrix.target }}
124-
uses: PyO3/maturin-action@52b28abb0c6729beb388babfc348bf6ff5aaff31
124+
uses: PyO3/maturin-action@6c20e5e8673d2470a20e14adf067b68db6fee644
125125
env:
126126
PYO3_PYTHON: python${{ matrix.python-version }}
127127
with:

0 commit comments

Comments
 (0)