Skip to content

Commit 567e3db

Browse files
bretambroseBret Ambrose
and
Bret Ambrose
authored
Iterate flushing CD pipeline (#340)
Co-authored-by: Bret Ambrose <bambrose@amazon.com>
1 parent 3865ac9 commit 567e3db

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

AWSIoTPythonSDK/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.3"
1+
__version__ = "1.5.4"

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
CHANGELOG
33
=========
44

5+
1.5.4
6+
* chore: CD pipeline flushing try #1
7+
58
1.5.3
69
* improvement: Support Python3.12+ by conditionally removing deprecated API usage
710

continuous-delivery/publish_to_test_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ phases:
1010
- python3 -m pip install --user --upgrade twine setuptools wheel awscli PyOpenSSL six
1111
pre_build:
1212
commands:
13-
- pypirc=$(aws secretsmanager get-secret-value --secret-id "alpha/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
13+
- pypirc=$(aws secretsmanager get-secret-value --secret-id "alpha/aws-sdk-python-v1/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
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}"

0 commit comments

Comments
 (0)