Skip to content

Commit 3988f55

Browse files
Fix test pypi installation script. (#20)
1 parent 4e38e03 commit 3988f55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

continuous-delivery/test_test_pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ phases:
1919
- echo Build started on `date`
2020
- cd aws-iot-device-sdk-python-v2
2121
- CURRENT_TAG_VERSION=$(git describe --abbrev=0)
22+
# this is here because typing isn't in testpypi, so pull it from prod instead
23+
- python3 -m pip install typing
2224
- python3 -m pip install -i https://testpypi.python.org/simple --user awsiot==$CURRENT_TAG_VERSION
2325
- 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
2426

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='awsiot',
20-
version='0.2.2',
20+
version='0.2.3',
2121
description='AWS IoT SDK based on the AWS Common Runtime',
2222
author='AWS SDK Common Runtime Team',
2323
url='https://github.com/awslabs/aws-iot-device-sdk-python-v2',

0 commit comments

Comments
 (0)