From c434bcd4f8d5f65f7292273f42053bbe6109b393 Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 10 Jun 2026 04:05:16 -0700 Subject: [PATCH] =?UTF-8?q?chore(publisher):=20=F0=9F=94=A7=20Update=20For?= =?UTF-8?q?gejo=20registry=20URL=20in=20publisher=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- src/lilith_dev_publish/core/publisher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lilith_dev_publish/core/publisher.py b/src/lilith_dev_publish/core/publisher.py index bdece8f..06cf9df 100644 --- a/src/lilith_dev_publish/core/publisher.py +++ b/src/lilith_dev_publish/core/publisher.py @@ -135,7 +135,7 @@ class Publisher: import requests # Construct JSON API URL - # For Forgejo: http://forge.black.local/api/packages/lilith/pypi/{package}/json + # For Forgejo: http://forge.black.lan/api/packages/lilith/pypi/{package}/json api_url = f"{registry_url}/{package_name}/json" response = requests.get(api_url, timeout=10)