Skip to content

Commit cb33f74

Browse files
authored
fix: Correctly pin maturin to 1.10.2 (#5873)
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent 6b526d3 commit cb33f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: PyO3/maturin-action@v1
5757
with:
5858
command: build
59-
maturin-version: v1.10
59+
maturin-version: 1.10.2
6060
target: ${{ matrix.target.target }}
6161
args: >
6262
${{ (matrix.target.os == 'ubuntu' && '--zig') || '' }}

0 commit comments

Comments
 (0)