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