File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ jobs:
101101      #  If using all `--pre` releases creates issues, the NumPy wheel can be
102102      #  istalled more targeted.
103103      CIBW_BUILD_FRONTEND : >- 
104-         ${{ (((github.event_name == '' && github.ref == 'refs/heads/main') || 
104+         ${{ (((github.event_name == 'main ' && github.ref == 'refs/heads/main') || 
105105              (github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main')) && 
106-             'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple') || 
106+             'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple%3Cspan%20class="x x-first x-last">" ') ||
107107            'build' }} 
108108CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : >- 
109109        delvewheel repair -w {dest_dir} {wheel} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments