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