diff --git a/py.pypi.sh b/py.pypi.sh index 76e3bd9..a2ff11f 100755 --- a/py.pypi.sh +++ b/py.pypi.sh @@ -48,7 +48,7 @@ for version in "3.12" "3.11" "3.10"; do sub="${root}/${version}" - python -m pip \ + python3 -m pip \ download \ --dest "${sub}" \ "${@}"