We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d6aa1 commit 65d5bb1Copy full SHA for 65d5bb1
buildspec_release.yaml
@@ -2,11 +2,11 @@ version: 0.2
2
3
phases:
4
pre_build:
5
- dontruncommands:
+ commands:
6
- python setup.py sdist
7
- python -m pip install --upgrade twine
8
build:
9
10
- PACKAGE_FILE="dist/stepfunctions-*.tar.gz"
11
- SIGNATURE_FILE="dist/*.asc"
12
- PYPI_USER=$(aws secretsmanager get-secret-value --secret-id /codebuild/pypi/user --query SecretString --output text)
@@ -24,4 +24,4 @@ phases:
24
- python -m twine upload -u $PYPI_USER -p $PYPI_PASSWORD $PACKAGE_FILE $SIGNATURE_FILE
25
artifacts:
26
files:
27
- - '**/*'
+ - '**/*'
0 commit comments