Skip to content

Commit 6d38ca0

Browse files
committed
chore: Update maturin for ci
1 parent 7525e90 commit 6d38ca0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-build-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
target: ${{ matrix.target }}
106106
args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12 --manifest-path pylace/Cargo.toml
107107
manylinux: auto
108+
maturin-version: 1.5.1
108109

109110
- name: Install dev dependencies
110111
run: |

pylace/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=0.13,<0.14"]
2+
requires = ["maturin>=1.0,<2"]
33
build-backend = "maturin"
44

55
[project]

0 commit comments

Comments
 (0)