From 4d8b485c66ea8e16cad6ade1208579998747ff66 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Tue, 18 Feb 2025 12:47:06 -0300 Subject: [PATCH] fix: add production pypi Signed-off-by: Felipe Zipitria --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2e64524..bc35acf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,11 @@ version_variable = "pyproject.toml:version" requires = ["hatchling"] build-backend = "hatchling.build" +[[tool.uv.index]] +name = "pypi" +url = "https://pypi.org/simple/" +publish-url = "https://pypi.org/legacy/" + [[tool.uv.index]] name = "testpypi" url = "https://test.pypi.org/simple/"