Skip to content

Commit d984613

Browse files
build(deps): bump messense/maturin-action from 1.40.3 to 1.40.7 (quickwit-oss#151)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cameron <[email protected]>
1 parent 4807415 commit d984613

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: 3.8
4444
architecture: x64
4545

46-
- uses: messense/maturin-action@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8
46+
- uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
4747
with:
4848
rust-toolchain: stable
4949
manylinux: auto
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
python-version: ${{ matrix.python-version }}
7676

77-
- uses: messense/maturin-action@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8
77+
- uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
7878
env:
7979
PYO3_PYTHON: python${{ matrix.python-version }}
8080
with:
@@ -104,7 +104,7 @@ jobs:
104104
python-version: ${{ matrix.python-version }}
105105

106106
- name: Build wheels - x86_64
107-
uses: messense/maturin-action@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8
107+
uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
108108
env:
109109
PYO3_PYTHON: python${{ matrix.python-version }}
110110
with:
@@ -113,7 +113,7 @@ jobs:
113113
args: --release -o dist
114114

115115
- name: Build wheels - universal2
116-
uses: messense/maturin-action@a7534cbf4b1b1bc201c7e81a375ae6931a3ee0c8
116+
uses: messense/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f
117117
env:
118118
PYO3_PYTHON: python${{ matrix.python-version }}
119119
with:

0 commit comments

Comments
 (0)