Skip to content

Commit f4bf6ee

Browse files
build(deps): bump PyO3/maturin-action from 1.46.0 to 1.47.0 (#430)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26c9085 commit f4bf6ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: 3.9
5353
architecture: x64
5454

55-
- uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5
55+
- uses: PyO3/maturin-action@53965ae436bfa278197425c78ac1e3eeebc7cc33
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@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5
89+
- uses: PyO3/maturin-action@53965ae436bfa278197425c78ac1e3eeebc7cc33
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@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5
124+
uses: PyO3/maturin-action@53965ae436bfa278197425c78ac1e3eeebc7cc33
125125
env:
126126
PYO3_PYTHON: python${{ matrix.python-version }}
127127
with:

0 commit comments

Comments
 (0)