Skip to content

Commit dabafcc

Browse files
committed
ci: remove unnecessary vars.
1 parent 7b9f025 commit dabafcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dev.yml

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

0 commit comments

Comments
 (0)