Skip to content

Commit baaf97a

Browse files
build(deps): bump messense/maturin-action from 1.39.0 to 1.40.0 (#76)
Bumps [messense/maturin-action](https://github.com/messense/maturin-action) from 1.39.0 to 1.40.0. - [Release notes](https://github.com/messense/maturin-action/releases) - [Commits](PyO3/maturin-action@49e1175...ce661d6) --- updated-dependencies: - dependency-name: messense/maturin-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 504e872 commit baaf97a

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@49e11751aa9751fc4db9c247b8910702ee225df9
46+
- uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
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@49e11751aa9751fc4db9c247b8910702ee225df9
77+
- uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
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@49e11751aa9751fc4db9c247b8910702ee225df9
107+
uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
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@49e11751aa9751fc4db9c247b8910702ee225df9
116+
uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
117117
env:
118118
PYO3_PYTHON: python${{ matrix.python-version }}
119119
with:

0 commit comments

Comments
 (0)