File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- __version__ = "1.5.3 "
1+ __version__ = "1.5.4 "
Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5+ 1.5.4
6+ * chore: CD pipeline flushing try #1
7+
581.5.3
69* improvement: Support Python3.12+ by conditionally removing deprecated API usage
710
Original file line number Diff line number Diff 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}"
You can’t perform that action at this time.
0 commit comments