File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ phases:
20
20
- cd aws-iot-device-sdk-python-v2
21
21
- CURRENT_TAG_VERSION=$(git describe --tags | cut -f2 -dv)
22
22
- python3 -m pip install --user awsiotsdk==$CURRENT_TAG_VERSION
23
- - python3 samples/basic_discovery.py --region us-east-1 --cert /tmp/certificate.pem --key /tmp/privatekey.pem --ca_file /tmp/AmazonRootCA1.pem --thing_name aws-sdk-crt-unit-test --print_discover_resp_only -v Trace
23
+ - python3 samples/basic_discovery.py --region us-east-1 --cert /tmp/certificate.pem --key /tmp/privatekey.pem --root-ca /tmp/AmazonRootCA1.pem --thing-name aws-sdk-crt-unit-test --print-discover-resp-only -v Trace
24
24
25
25
post_build :
26
26
commands :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ phases:
22
22
# this is here because typing isn't in testpypi, so pull it from prod instead
23
23
- python3 -m pip install typing
24
24
- python3 -m pip install -i https://testpypi.python.org/simple --user awsiotsdk==$CURRENT_TAG_VERSION
25
- - python3 samples/basic_discovery.py --region us-east-1 --cert /tmp/certificate.pem --key /tmp/privatekey.pem --ca_file /tmp/AmazonRootCA1.pem --thing_name aws-sdk-crt-unit-test --print_discover_resp_only -v Trace
25
+ - python3 samples/basic_discovery.py --region us-east-1 --cert /tmp/certificate.pem --key /tmp/privatekey.pem --root-ca /tmp/AmazonRootCA1.pem --thing-name aws-sdk-crt-unit-test --print-discover-resp-only -v Trace
26
26
27
27
post_build :
28
28
commands :
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'awsiotsdk' ,
20
- version = '1.0.1 ' ,
20
+ version = '1.0.2 ' ,
21
21
description = 'AWS IoT SDK based on the AWS Common Runtime' ,
22
22
author = 'AWS SDK Common Runtime Team' ,
23
23
url = 'https://github.com/aws/aws-iot-device-sdk-python-v2' ,
You can’t perform that action at this time.
0 commit comments