Fix?
All checks were successful
CI / Typst formatting (push) Successful in 7s
CI / Typos (push) Successful in 13s
CI / Build (push) Successful in 11m31s

This commit is contained in:
mark 2025-01-21 23:09:28 -08:00
parent 77a3a558b5
commit dd1175d6a3

View File

@ -31,7 +31,7 @@ if not SRC_DIR.exists():
log("Source dir doesn't exist, cannot continue") log("Source dir doesn't exist, cannot continue")
exit(1) exit(1)
def upload(data, target: string): def upload(data, target: str):
requests.put( requests.put(
f"{URL}/api/packages/{USER}/generic/{PACKAGE}/{VERSION}/{target}", f"{URL}/api/packages/{USER}/generic/{PACKAGE}/{VERSION}/{target}",
auth=AUTH, auth=AUTH,