Fix?
This commit is contained in:
parent
77a3a558b5
commit
dd1175d6a3
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user