Skip to content

Commit 1586728

Browse files
committed
ci: bump maturin to version 1.7.6
1 parent 5990c84 commit 1586728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Build sdist
152152
if: matrix.build == 'linux' && matrix.python-version == 'cp39'
153153
run: |
154-
pip install maturin==1.7.1
154+
pip install maturin==1.7.6
155155
maturin sdist --manifest-path py/Cargo.toml -o wheelhouse
156156
157157
- name: Build ${{ matrix.platform || matrix.os }} binaries

0 commit comments

Comments
 (0)