From ab6f9667b19903700cbdbd06f6276cc8041332ac Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Sep 2024 18:52:05 +0200 Subject: [PATCH] python3 --- py.pypi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" \ "${@}"