pypy
This commit is contained in:
parent
e71613dfc7
commit
1a4c733b43
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ echo "${path}"
|
||||||
cat "${path}"
|
cat "${path}"
|
||||||
|
|
||||||
for url in $(jq -r ".. | objects | .url?" "${path}" |
|
for url in $(jq -r ".. | objects | .url?" "${path}" |
|
||||||
grep "/20240909/" |
|
grep "\(/20240909/\|/pypy3.10-\)" |
|
||||||
grep --invert-match "\(armv7\|ppc64le\|s390x\)" |
|
grep --invert-match "\(armv7\|ppc64le\|s390x\)" |
|
||||||
grep --invert-match "\(apple-darwin\|macos\|windows-msvc\)"); do
|
grep --invert-match "\(apple-darwin\|macos\|win64\|windows-msvc\)"); do
|
||||||
case "$(basename "${url}")" in
|
case "$(basename "${url}")" in
|
||||||
cpython-3.12* | cpython-3.11* | cpython-3.10* | pypy3.10*)
|
cpython-3.12* | cpython-3.11* | cpython-3.10* | pypy3.10*)
|
||||||
file="$(basename "${url}" | sed "s|%2B|+|g")"
|
file="$(basename "${url}" | sed "s|%2B|+|g")"
|
||||||
|
|
Loading…
Reference in a new issue