File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -309,10 +309,8 @@ jobs:
309309 if [[ $(python3 setup.py --name) == "PyFunceble-dev" ]]
310310 then
311311 licenseURL="https://raw.githubusercontent.com/funilrys/PdyFunceble/dev/LICENSE"
312- newURL=$(curl -s https://pypi.org/pypi/PyFunceble-dev/json | jq -r ".releases.\"${latest}\"[] | select(.filename | strings | test(\".tar\")).url")
313312 else
314313 licenseURL="https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
315- newURL=$(curl -s https://pypi.org/pypi/PyFunceble/json | jq -r ".releases.\"${latest}\"[] | select(.filename | strings | test(\".tar\")).url")
316314 fi
317315
318316 genericURL='https://files.pythonhosted.org/packages/source/${upstreamName::1}/${upstreamName}/${upstreamName}-${pkgver}.tar.gz'
You can’t perform that action at this time.
0 commit comments