Fix?
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user