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")
|
||||
exit(1)
|
||||
|
||||
def upload(data, target: string):
|
||||
def upload(data, target: str):
|
||||
requests.put(
|
||||
f"{URL}/api/packages/{USER}/generic/{PACKAGE}/{VERSION}/{target}",
|
||||
auth=AUTH,
|
||||
|
Loading…
x
Reference in New Issue
Block a user