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:
309
309
if [[ $(python3 setup.py --name) == "PyFunceble-dev" ]]
310
310
then
311
311
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")
313
312
else
314
313
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")
316
314
fi
317
315
318
316
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