File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
#
11
11
# Before compressing please make sure all the wheels end with `-none-any.whl`.
12
12
# If that's not the case you'll need to remove the non-cross-platform ones and
13
- # replace them with the .tar.gz downloaded from https://pypi.org. Also make
14
- # sure it's possible to call this script with both Python 2 and Python 3.
13
+ # replace them with the .tar.gz downloaded from https://pypi.org.
15
14
16
15
set -euo pipefail
17
16
IFS=$' \n\t '
18
17
19
18
source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
20
19
21
- MIRROR=" ${MIRRORS_BASE} /2019-07-27 -awscli.tar"
20
+ MIRROR=" ${MIRRORS_BASE} /2023-04-28 -awscli.tar"
22
21
DEPS_DIR=" /tmp/awscli-deps"
23
22
24
23
pip=" pip"
@@ -29,6 +28,8 @@ if isLinux; then
29
28
30
29
sudo apt-get install -y python3-setuptools python3-wheel
31
30
ciCommandAddPath " ${HOME} /.local/bin"
31
+ elif isMacOS; then
32
+ pip=" pip3"
32
33
fi
33
34
34
35
mkdir -p " ${DEPS_DIR} "
You can’t perform that action at this time.
0 commit comments