chore(publisher): 🔧 Update Forgejo registry URL in publisher configuration

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-10 04:05:16 -07:00
parent ea72f7303e
commit c434bcd4f8

View file

@ -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)