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 @@ -187,9 +187,9 @@ jobs:
187187    - name : Install setuptools + wheel 
188188      run : | 
189189        /build/venv/bin/build-pip --disable-pip-version-check install -U "setuptools==63.4.3; python_version < '3.12'" 
190-         /build/venv/bin/build-pip --disable-pip-version-check install -U wheel==0.41.2  
190+         /build/venv/bin/build-pip --disable-pip-version-check install -U wheel 
191191        /build/venv/bin/cross-pip --disable-pip-version-check install -U "setuptools==63.4.3; python_version < '3.12'" 
192-         /build/venv/bin/cross-pip --disable-pip-version-check install -U wheel==0.41.2  
192+         /build/venv/bin/cross-pip --disable-pip-version-check install -U wheel 
193193
194194     #  See https://github.com/pypa/setuptools_scm/issues/784
195195    - name : Set git directory as safe to allow setuptools-scm to work 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments