Skip to content

Commit 65d5bb1

Browse files
Update buildspec_release.yaml
1 parent 21d6aa1 commit 65d5bb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildspec_release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: 0.2
22

33
phases:
44
pre_build:
5-
dontruncommands:
5+
commands:
66
- python setup.py sdist
77
- python -m pip install --upgrade twine
88
build:
9-
dontruncommands:
9+
commands:
1010
- PACKAGE_FILE="dist/stepfunctions-*.tar.gz"
1111
- SIGNATURE_FILE="dist/*.asc"
1212
- PYPI_USER=$(aws secretsmanager get-secret-value --secret-id /codebuild/pypi/user --query SecretString --output text)
@@ -24,4 +24,4 @@ phases:
2424
- python -m twine upload -u $PYPI_USER -p $PYPI_PASSWORD $PACKAGE_FILE $SIGNATURE_FILE
2525
artifacts:
2626
files:
27-
- '**/*'
27+
- '**/*'

0 commit comments

Comments
 (0)