From 3782781d33eabe64fd08fa7a1718c744b4cfd6da Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 17 Feb 2026 10:24:16 -0800 Subject: [PATCH] chore: add testpypi index --- libs/checkpoint-conformance/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/checkpoint-conformance/pyproject.toml b/libs/checkpoint-conformance/pyproject.toml index 68383489c..07875581d 100644 --- a/libs/checkpoint-conformance/pyproject.toml +++ b/libs/checkpoint-conformance/pyproject.toml @@ -57,3 +57,8 @@ lint.select = [ ] lint.ignore = ["E501", "B008"] target-version = "py310" + +[[tool.uv.index]] +name = "testpypi" +url = "https://test.pypi.org/simple/" +publish-url = "https://test.pypi.org/legacy/"