Document cache-keys for native build backends (#15811)

Update note for
https://github.com/astral-sh/uv/pull/15705#issuecomment-3285240646

---------

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
konsti 2025-09-14 16:20:17 +02:00 committed by GitHub
parent 3c813cde76
commit 5633d3abe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -301,8 +301,9 @@ Hello from example-ext!
!!! important !!! important
Changes to the extension code in `lib.rs` or `main.cpp` will require running `--reinstall` to When creating a project with maturin or scikit-build-core, uv configures [`tool.uv.cache-keys`](https://docs.astral.sh/uv/reference/settings/#cache-keys)
rebuild them. to include common source file types. To force a rebuild, e.g. when changing files outside
`cache-keys` or when not using `cache-keys`, use `--reinstall`.
## Creating a minimal project ## Creating a minimal project