root
This commit is contained in:
parent
b7138b9b72
commit
6f0f8baf4d
1 changed files with 5 additions and 2 deletions
7
py.pi.sh
7
py.pi.sh
|
@ -3,9 +3,10 @@
|
||||||
set \
|
set \
|
||||||
"pip" \
|
"pip" \
|
||||||
"setuptools" \
|
"setuptools" \
|
||||||
"uv" \
|
|
||||||
"wheel" \
|
"wheel" \
|
||||||
\
|
\
|
||||||
|
"uv" \
|
||||||
|
\
|
||||||
"pelican" \
|
"pelican" \
|
||||||
\
|
\
|
||||||
"hatch" \
|
"hatch" \
|
||||||
|
@ -32,7 +33,9 @@ set \
|
||||||
"PyYAML" \
|
"PyYAML" \
|
||||||
"types-PyYAML" \
|
"types-PyYAML" \
|
||||||
|
|
||||||
root="/sw/python/pypi"
|
file="$(readlink --canonicalize-existing "${0}")"
|
||||||
|
root="$(dirname "${file}")"
|
||||||
|
root="${root}/root/py/pi"
|
||||||
tmp="${root}/tmp"
|
tmp="${root}/tmp"
|
||||||
|
|
||||||
rm --force --recursive \
|
rm --force --recursive \
|
||||||
|
|
Loading…
Reference in a new issue