File tree 3 files changed +5
-2
lines changed
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 2
2
CHANGELOG
3
3
=========
4
4
5
+ 1.5.4
6
+ * chore: CD pipeline flushing try #1
7
+
5
8
1.5.3
6
9
* improvement: Support Python3.12+ by conditionally removing deprecated API usage
7
10
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ phases:
10
10
- python3 -m pip install --user --upgrade twine setuptools wheel awscli PyOpenSSL six
11
11
pre_build :
12
12
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
14
14
- cd aws-iot-device-sdk-python
15
15
- export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
16
16
- echo "Updating package version to ${PKG_VERSION}"
You can’t perform that action at this time.
0 commit comments