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 @@ -539,10 +539,8 @@ jobs:
539539 if [[ $(python3 setup.py --name) == "PyFunceble-dev" ]]
540540 then
541541 licenseURL="https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE"
542- newURL=$(curl -s https://pypi.org/pypi/PyFunceble-dev/json | jq -r ".releases.\"${latest}\"[] | select(.filename | strings | test(\".tar\")).url")
543542 else
544543 licenseURL="https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
545- newURL=$(curl -s https://pypi.org/pypi/PyFunceble/json | jq -r ".releases.\"${latest}\"[] | select(.filename | strings | test(\".tar\")).url")
546544 fi
547545
548546 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