mirror of
https://github.com/p-e-w/heretic.git
synced 2026-06-02 05:03:33 +02:00
build: prevent installing dependency packages published in the past 7 days
This commit is contained in:
@@ -71,5 +71,8 @@ heretic = "heretic.main:main"
|
|||||||
requires = ["uv_build>=0.8.11,<0.9.0"]
|
requires = ["uv_build>=0.8.11,<0.9.0"]
|
||||||
build-backend = "uv_build"
|
build-backend = "uv_build"
|
||||||
|
|
||||||
|
[tool.uv]
|
||||||
|
exclude-newer = "7 days"
|
||||||
|
|
||||||
[tool.uv.build-backend]
|
[tool.uv.build-backend]
|
||||||
module-name = "heretic"
|
module-name = "heretic"
|
||||||
|
|||||||
Reference in New Issue
Block a user