File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 22set  -euxo pipefail
33
44FORGE_WHEEL=${GITHUB_WORKSPACE} /${REPOSITORY} /dist/* .whl
5- WHL_DIR=" ${GITHUB_WORKSPACE} /wheels/" 
5+ WHL_DIR=" ${GITHUB_WORKSPACE} /wheels/dist " 
66DIST=dist/
77
88echo  " Uploading wheels to S3" 
99ls -l " ${WHL_DIR} " 
1010ls ${FORGE_WHEEL} 
1111echo  " Copying files from $WHL_DIR  to $DIST " 
12- mkdir -p $DIST  &&  cp  -r $WHL_DIR  $DIST 
12+ mkdir -p $DIST  &&  rsync  -r --exclude= " /*/ "   $WHL_DIR /  $DIST / 
1313ls -l " ${DIST} " 
14- ls -l " ${DIST} /wheels" 
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ build_debug() {
3636    git clone https://github.com/meta-pytorch/torchtune.git
3737    cd  " $BUILD_DIR /torchtune" 
3838
39-     pip install -r requirements/build.txt
4039    pip wheel -v --no-build-isolation --no-deps .  -w " $WHL_DIR " 
4140}
4241
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments