mirror of
https://github.com/astral-sh/ty.git
synced 2025-12-23 08:48:09 +00:00
Set cache-keys for sane uv run rebuilds (#39)
This commit is contained in:
parent
3f7fc751fb
commit
90ed50975b
1 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,15 @@ authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
|
|||
requires-python = ">=3.8"
|
||||
dependencies = []
|
||||
|
||||
[tool.uv]
|
||||
cache-keys = [
|
||||
{ file = "pyproject.toml" },
|
||||
{ file = "dist-workspace.toml" },
|
||||
{ file = "ruff/Cargo.toml" },
|
||||
{ file = "ruff/Cargo.lock" },
|
||||
{ file = "**/*.rs" }
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["maturin>=1.0,<2.0"]
|
||||
build-backend = "maturin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue