create symlinks to installed libraries

This commit is contained in:
2026-01-19 06:32:18 +11:00
parent 81c33d100f
commit 57e763a24f
3 changed files with 7 additions and 15 deletions

View File

@@ -86,16 +86,4 @@ def publish(args):
response.raise_for_status()
console.print("[d][:white_check_mark:] Uploaded![/]")
"""console.status("Linking tomineral_name repo...")
print(mineral_name)
link_package_response = requests.post(
url=f"https://chookspace.com/api/v1/packages/ground/general/request/general/link/Digpkg",
auth=HTTPBasicAuth(username, password)
)
if not link_package_response.ok:
console.print(f"[b red]digpkg: failed to link to repo: {link_package_response.content.decode()}[/b red]")
sys.exit(1)
console.print("[d][:white_check_mark:] Linked![/]")"""
console.print("[:white_check_mark:] Done!")