mirror of https://github.com/astral-sh/uv
Include the `pyproject.toml` in the version files (#15778)
Apparently I decided to remove this special-case!
This commit is contained in:
parent
10960bc13a
commit
97516fa89b
|
|
@ -62,6 +62,7 @@ minor-labels = ["breaking"]
|
||||||
ignore-labels = ["internal", "ci", "testing"]
|
ignore-labels = ["internal", "ci", "testing"]
|
||||||
version_files = [
|
version_files = [
|
||||||
"README.md",
|
"README.md",
|
||||||
|
"pyproject.toml",
|
||||||
"crates/uv/Cargo.toml",
|
"crates/uv/Cargo.toml",
|
||||||
"crates/uv-version/Cargo.toml",
|
"crates/uv-version/Cargo.toml",
|
||||||
"crates/uv-build/Cargo.toml",
|
"crates/uv-build/Cargo.toml",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue