File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4343        -p "${ARCH}" 
4444        ${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }} 
4545shell : bash 
46+     - uses : actions/upload-artifact@v4 
47+       with :
48+         name : windows-${{ inputs.arch }}-bin 
49+         path : ./PCbuild/${{ inputs.arch }} 
4650    - name : Display build info 
4751      run : .\\python.bat -m test.pythoninfo 
52+       shell : cmd 
4853    - name : Tests 
4954      run : >- 
5055        .\\PCbuild\\rt.bat 
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ set PYTHONPATH=$(PySourcePath)Lib
147147@setlocal
148148@set PYTHONHOME=$(PySourcePath)
149149@"$(OutDir)$(PyExeName)$(PyDebugExt).exe" %*
150- @exit /B %ERRORLEVEL%
151150</_Content >
152151      <_ExistingContent  Condition =" Exists('$(PySourcePath)python.bat')" _ExistingContent >
153152    </PropertyGroup >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments