File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- __version__ = "1.4.6 "
1+ __version__ = "1.4.5 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ phases:
2121 - CURRENT_TAG_VERSION=$(git describe --tags | cut -f2 -dv)
2222 # this is here because typing isn't in testpypi, so pull it from prod instead
2323 - python3 -m pip install typing
24- - python3 continuous-delivery/pip-install-with-retry.py -i https://testpypi.python.org/simple --user AWSIoTPythonSDK-V1==$CURRENT_TAG_VERSION
24+ - python3 continuous-delivery/pip-install-with-retry.py -i https://testpypi.python.org/simple --user AWSIoTPythonSDK-V1==1.4.5
2525 - python3 samples/greengrass/basicDiscovery.py -e ${ENDPOINT} -c /tmp/certificate.pem -k /tmp/privatekey.pem -r /tmp/AmazonRootCA1.pem --print_discover_resp_only
2626
2727 post_build :
You can’t perform that action at this time.
0 commit comments