File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "1.5.0 "
1+ __version__ = "1.4.9 "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ phases:
1414 - pypirc=$(aws secretsmanager get-secret-value --secret-id "prod/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
1515 - export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
1616 - echo "Updating package version to ${PKG_VERSION}"
17- - sed --in-place -E "s/__version__ = '.+' /__version__ = ' ${PKG_VERSION}' /" AWSIoTPythonSDK/__init__.py
17+ - sed --in-place -E "s/__version__ = \".+\" /__version__ = \" ${PKG_VERSION}\" /" AWSIoTPythonSDK/__init__.py
1818 build :
1919 commands :
2020 - echo Build started on `date`
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ phases:
1414 - cd aws-iot-device-sdk-python
1515 - export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
1616 - echo "Updating package version to ${PKG_VERSION}"
17- - sed --in-place -E "s/__version__ = '.+' /__version__ = ' ${PKG_VERSION}' /" AWSIoTPythonSDK/__init__.py
17+ - sed --in-place -E "s/__version__ = \".+\" /__version__ = \" ${PKG_VERSION}\" /" AWSIoTPythonSDK/__init__.py
1818 build :
1919 commands :
2020 - echo Build started on `date`
You can’t perform that action at this time.
0 commit comments