File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
commands :
6
6
- sudo apt-get update -y
7
7
- sudo apt-get install python3 python3-pip -y
8
+ - export PATH=$PATH:$HOME/.local/bin
8
9
- python3 -m pip install --user --upgrade pip
9
- - python3 -m pip install --user --upgrade twine setuptools wheel boto3 PyOpenSSL six
10
+ - python3 -m pip install --user --upgrade twine setuptools wheel awscli PyOpenSSL six
10
11
pre_build :
11
12
commands :
12
13
- cd aws-iot-device-sdk-python-v2
@@ -22,4 +23,3 @@ phases:
22
23
post_build :
23
24
commands :
24
25
- echo Build completed on `date`
25
-
Original file line number Diff line number Diff line change 5
5
commands :
6
6
- sudo apt-get update -y
7
7
- sudo apt-get install python3 python3-pip -y
8
+ - export PATH=$PATH:$HOME/.local/bin
8
9
- python3 -m pip install --user --upgrade pip
9
- - python3 -m pip install --user --upgrade twine setuptools wheel boto3 PyOpenSSL six
10
+ - python3 -m pip install --user --upgrade twine setuptools wheel awscli PyOpenSSL six
10
11
pre_build :
11
12
commands :
12
13
- pypirc=$(aws secretsmanager get-secret-value --secret-id "alpha/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
@@ -22,4 +23,3 @@ phases:
22
23
post_build :
23
24
commands :
24
25
- echo Build completed on `date`
25
-
You can’t perform that action at this time.
0 commit comments