File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ phases:
1010  build :
1111    commands :
1212      - echo Build started on `date` 
13-       - mkdir dist 
14-       - cp -r $CODEBUILD_SRC_DIR_manylinux1_x86_64/dist/* dist/ 
15-       - cp -r $CODEBUILD_SRC_DIR_manylinux1_x86/dist/* dist/ 
16-       - cp -r $CODEBUILD_SRC_DIR_manylinux2014_arm/* dist/ 
17-       - cp -r $CODEBUILD_SRC_DIR_manylinux2014_x86_64/* dist/ 
13+       - mkdir $CODEBUILD_SRC_DIR/dist 
14+       - cp -r $CODEBUILD_SRC_DIR_manylinux1_x86_64/dist/* $CODEBUILD_SRC_DIR/dist/ 
15+       - cp -r $CODEBUILD_SRC_DIR_manylinux1_x86/dist/* $CODEBUILD_SRC_DIR/dist/ 
16+       - cp -r $CODEBUILD_SRC_DIR_manylinux2014_arm/* $CODEBUILD_SRC_DIR/dist/ 
17+       - cp -r $CODEBUILD_SRC_DIR_manylinux2014_x86_64/* $CODEBUILD_SRC_DIR/dist/ 
18+       - ls $CODEBUILD_SRC_DIR/dist/   
1819    post_build :
1920    commands :
2021      - echo Build completed on `date` 
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ def awscrt_ext():
228228
229229setuptools .setup (
230230    name = "awscrt" ,
231-     version = "0.5.4 " ,
231+     version = "0.5.5 " ,
232232    author = "Amazon Web Services, Inc" ,
233233    author_email = "aws-sdk-common-runtime@amazon.com" ,
234234    description = "A common runtime for AWS Python projects" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments