Skip to content

Commit 4e38e03

Browse files
Fixed cust statement in download. (#19)
1 parent 7d63262 commit 4e38e03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

continuous-delivery/publish_to_prod_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ phases:
99
- python3 -m pip install --user --upgrade twine setuptools wheel boto3 PyOpenSSL six
1010
pre_build:
1111
commands:
12-
- pypirc=$(aws secretsmanager get-secret-value --secret-id "prod/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d":" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
12+
- pypirc=$(aws secretsmanager get-secret-value --secret-id "prod/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
1313
build:
1414
commands:
1515
- echo Build started on `date`

continuous-delivery/publish_to_test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ phases:
99
- python3 -m pip install --user --upgrade twine setuptools wheel boto3 PyOpenSSL six
1010
pre_build:
1111
commands:
12-
- pypirc=$(aws secretsmanager get-secret-value --secret-id "alpha/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d":" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
12+
- pypirc=$(aws secretsmanager get-secret-value --secret-id "alpha/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
1313
build:
1414
commands:
1515
- echo Build started on `date`

0 commit comments

Comments
 (0)