Include the `pyproject.toml` in the version files (#15778)

Apparently I decided to remove this special-case!
This commit is contained in:
Zanie Blue 2025-09-10 23:47:07 -05:00 committed by GitHub
parent 10960bc13a
commit 97516fa89b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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",