mirror of https://github.com/astral-sh/uv
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:
parent
3c813cde76
commit
5633d3abe4
|
|
@ -301,8 +301,9 @@ Hello from example-ext!
|
|||
|
||||
!!! important
|
||||
|
||||
Changes to the extension code in `lib.rs` or `main.cpp` will require running `--reinstall` to
|
||||
rebuild them.
|
||||
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)
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue