Skip to content

Commit

Permalink
Codebuild is killing me (#112)
Browse files Browse the repository at this point in the history
try codebuild run again.
  • Loading branch information
JonathanHenson authored Dec 3, 2019
1 parent 7b39761 commit 59122f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions codebuild/cd/manylinux1-tee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ phases:
build:
commands:
- echo Build started on `date`
- mkdir dist
- cp -r $CODEBUILD_SRC_DIR_manylinux1_x86_64/dist/* dist/
- cp -r $CODEBUILD_SRC_DIR_manylinux1_x86/dist/* dist/
- cp -r $CODEBUILD_SRC_DIR_manylinux2014_arm/* dist/
- cp -r $CODEBUILD_SRC_DIR_manylinux2014_x86_64/* dist/
- mkdir $CODEBUILD_SRC_DIR/dist
- cp -r $CODEBUILD_SRC_DIR_manylinux1_x86_64/dist/* $CODEBUILD_SRC_DIR/dist/
- cp -r $CODEBUILD_SRC_DIR_manylinux1_x86/dist/* $CODEBUILD_SRC_DIR/dist/
- cp -r $CODEBUILD_SRC_DIR_manylinux2014_arm/* $CODEBUILD_SRC_DIR/dist/
- cp -r $CODEBUILD_SRC_DIR_manylinux2014_x86_64/* $CODEBUILD_SRC_DIR/dist/
- ls $CODEBUILD_SRC_DIR/dist/
post_build:
commands:
- echo Build completed on `date`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def awscrt_ext():

setuptools.setup(
name="awscrt",
version="0.5.4",
version="0.5.5",
author="Amazon Web Services, Inc",
author_email="[email protected]",
description="A common runtime for AWS Python projects",
Expand Down

0 comments on commit 59122f6

Please sign in to comment.