Skip to content

Commit 39c35f6

Browse files
Use PyPi token specific to the Python V1 SDK (#317)
1 parent f3521d1 commit 39c35f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous-delivery/publish_to_prod_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ phases:
1111
pre_build:
1212
commands:
1313
- cd aws-iot-device-sdk-python
14-
- pypirc=$(aws secretsmanager get-secret-value --secret-id "prod/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
14+
- pypirc=$(aws secretsmanager get-secret-value --secret-id "prod/aws-sdk-python-v1/.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}"
1717
- sed --in-place -E "s/__version__ = \".+\"/__version__ = \"${PKG_VERSION}\"/" AWSIoTPythonSDK/__init__.py

0 commit comments

Comments
 (0)