repairing release CI

2 jobs for 0.1.0 in 38 seconds (queued for 2 seconds)
Name Stage Failure
failed
release Test
$ UPLOAD_RESULT=$(curl --request POST --header 'Private-Token: ${TOKEN}' --form "file=@target/${FILE}" ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/uploads)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2319k 0 0 100 2319k 0 2105k 0:00:01 0:00:01 --:--:-- 2106k 100 2319k 0 0 100 2319k 0 1823k 0:00:01 0:00:01 --:--:-- 1823k 100 2319k 100 30 100 2319k 23 1823k 0:00:01 0:00:01 --:--:-- 1823k
$ echo ${UPLOAD_RESULT}
{"message":"401 Unauthorized"}
$ FILE_URL=$(echo $UPLOAD_RESULT | python -c 'import json,sys;obj=json.load(sys.stdin);print obj["url"])'
bash: eval: line 106: unexpected EOF while looking for matching `)'
ERROR: Job failed: exit status 2