We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89da78c commit 0cbc592Copy full SHA for 0cbc592
continuous-delivery/publish_to_prod_pypi.yml
@@ -11,7 +11,7 @@ phases:
11
pre_build:
12
commands:
13
- cd aws-iot-device-sdk-python-v2
14
- - pypirc=$(aws secretsmanager get-secret-value --secret-id "prod/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
+ - pypirc=$(aws secretsmanager get-secret-value --secret-id "prod/aws-sdk-python-v2/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
15
- export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
16
- echo "Updating package version to ${PKG_VERSION}"
17
- sed --in-place -E "s/__version__ = '.+'/__version__ = '${PKG_VERSION}'/" awsiot/__init__.py
0 commit comments