Skip to content

Commit 6bae661

Browse files
authored
build: set exclude-newer to 7 days (#1595)
1 parent 6df02d2 commit 6bae661

File tree

2 files changed

+223
-215
lines changed

2 files changed

+223
-215
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ docs = [
4343
requires = ["uv_build>=0.11.2,<0.12.0"]
4444
build-backend = "uv_build"
4545

46+
[tool.uv]
47+
# Basic protection against supply chain attacks
48+
exclude-newer = "7 days"
49+
4650
[tool.uv.build-backend]
4751
module-root = ""
4852

0 commit comments

Comments
 (0)