From 5f61d151142ef23e3acf5239ca53b8fe085f76e3 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 19 Feb 2026 21:37:44 +0900 Subject: [PATCH] fix build publish target --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d62c32d..1c3aa3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ reverse-geolocate = "reverse_geolocate.reverse_geolocate:main" # MARK: build target [[tool.uv.index]] name = "private-pypi" -url = "https://git.gullevek.jp/api/packages/PyPI/pypi/simple/" -publish-url = "https://git.gullevek.jp/api/packages/PyPI/pypi" +url = "https://git.gullevek.org/api/packages/PyPI/pypi/simple/" +publish-url = "https://git.gullevek.org/api/packages/PyPI/pypi/" [build-system] requires = ["uv_build>=0.9.7,<0.10.0"]