File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- #  This file is autogenerated by maturin v1.9.6
2- #  To update, run
3- # 
4- #     maturin generate-ci github
5- # 
61name : " python_ci" 
72
83on :
6863          mv ./nobodywho/* C:/ 
6964          cd C:/ 
7065name : " Build windows python wheel" 
71-         run : maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked 
72-         working-directory : C:/nobodywho/python 
66+         run : | 
67+           cd nobodywho/nobodywho/python 
68+           maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked 
69+ 
70+          
7371
7472mac-os :
7573    runs-on : macos-14 
9189          python-version : ' 3.13' 
9290      - run : brew install maturin 
9391      - name : " Build macos python wheel" 
94-         run : maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked 
92+         run : maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked -- --macos-deployment-target = "11.0"  
9593        working-directory : ./nobodywho/python 
9694
9795
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments