mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
build: Pin hatchling version
Building a specific release with specific build tools feels like correct choice for reproducibility in general. It's also practically required as the hatchling version is embedded in the WHEEL file: this means updating the build tool modifies the resulting build artifact. Pin hatchling version. This version should be kept up-to-date: my working assumption is that Dependabot will handle it. Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
This commit is contained in:
parent
5ba3c9249f
commit
48a6b76299
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Build-system section
|
||||
[build-system]
|
||||
requires = ["hatchling>=0.21.0"]
|
||||
# hatchling pinned for reproducibility: version should be kept up-to-date
|
||||
requires = ["hatchling==0.22.0"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
|
|
|
|||
Loading…
Reference in a new issue