chore(publisher): 🔧 Update Forgejo registry URL in publisher configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
ea72f7303e
commit
c434bcd4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue