Skip to content

Commit 76280f3

Browse files
committed
ci: remove unnecessary vars.
1 parent 484bb79 commit 76280f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/stable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)