indent
This commit is contained in:
parent
37af0dbe2d
commit
719aa2f9fd
1 changed files with 42 additions and 42 deletions
|
@ -46,13 +46,13 @@ for version in "3.12" "3.11" "3.10"; do
|
||||||
export OLD_PATH="${PATH}"
|
export OLD_PATH="${PATH}"
|
||||||
export PATH="${VIRTUAL_ENV}/bin:${PATH}"
|
export PATH="${VIRTUAL_ENV}/bin:${PATH}"
|
||||||
|
|
||||||
python -m pip \
|
python -m pip \
|
||||||
download \
|
download \
|
||||||
--dest "${root}" \
|
--dest "${root}" \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
||||||
prefix="Name: "
|
prefix="Name: "
|
||||||
for wheel in "${root}/"*; do
|
for wheel in "${root}/"*; do
|
||||||
rm --force --recursive "${tmp}"
|
rm --force --recursive "${tmp}"
|
||||||
echo
|
echo
|
||||||
echo "${wheel}"
|
echo "${wheel}"
|
||||||
|
@ -88,7 +88,7 @@ for wheel in "${root}/"*; do
|
||||||
sub="${root}/simple/${name}"
|
sub="${root}/simple/${name}"
|
||||||
mkdir --parents "${sub}"
|
mkdir --parents "${sub}"
|
||||||
mv -i "${root}/${file_name}-"* "${sub}/"
|
mv -i "${root}/${file_name}-"* "${sub}/"
|
||||||
done
|
done
|
||||||
|
|
||||||
export PATH="${OLD_PATH}"
|
export PATH="${OLD_PATH}"
|
||||||
unset OLD_PATH VIRTUAL_ENV
|
unset OLD_PATH VIRTUAL_ENV
|
||||||
|
|
Loading…
Reference in a new issue