mirror of https://github.com/astral-sh/uv
Since Python 3.7, deterministic pycs are possible (see [PEP 552](https://peps.python.org/pep-0552/)) To select the bytecode invalidation mode explicitly by env var: PYC_INVALIDATION_MODE=UNCHECKED_HASH uv pip install --compile ... Valid values are TIMESTAMP (default), CHECKED_HASH, and UNCHECKED_HASH. The latter options are useful for reproducible builds. --------- Co-authored-by: konstin <konstin@mailbox.org> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||