Skip to content

Commit 276a13a

Browse files
committed
build: add an exclusion against dependencies less than 1 week old
1 parent 19f8de9 commit 276a13a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ docs = [
5656
Homepage = "https://{{ cookiecutter.repository_host }}/{{ cookiecutter.repository_path }}"
5757
Repository = "https://{{ cookiecutter.repository_host }}/{{ cookiecutter.repository_path }}"
5858

59+
[tool.uv]
60+
exclude-newer = "1 week"
61+
5962
[[tool.uv.index]]
6063
name = "testpypi"
6164
url = "https://test.pypi.org/simple/"

0 commit comments

Comments
 (0)