File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 5757          cd numpy-${{ env.min-numpy-version }} 
5858          python -m cibuildwheel --output-dir ../numpy-aarch64-cache 
5959         env :
60-           CIBW_BUILD : " cp36-*  cp37-* cp38-*" 
60+           CIBW_BUILD : " cp37-* cp38-*" 
6161          CIBW_ARCHS : aarch64 
6262
6363      - name : Copy setup.cfg to configure wheel 
8686          MPL_DISABLE_FH4 : " yes" 
8787          CIBW_ARCHS : ${{ matrix.cibw_archs }} 
8888
89-       - name : Build wheels for CPython 3.6 
90-         run : | 
91-           python -m cibuildwheel --output-dir dist 
92-          env :
93-           CIBW_BUILD : " cp36-*" 
94-           CIBW_MANYLINUX_X86_64_IMAGE : manylinux1 
95-           CIBW_MANYLINUX_I686_IMAGE : manylinux1 
96-           CIBW_BEFORE_BUILD : pip install certifi; pip install --find-links=numpy-aarch64-cache/ numpy==${{ env.min-numpy-version }} 
97-           MPL_DISABLE_FH4 : " yes" 
98-           CIBW_ARCHS : ${{ matrix.cibw_archs }} 
99-         if : > 
100-           startsWith(github.ref, 'refs/heads/v3.3') || 
101-           startsWith(github.ref, 'refs/tags/v3.3') 
102- 
10389      - name : Build wheels for PyPy 
10490        run : | 
10591          python -m cibuildwheel --output-dir dist 
Original file line number Diff line number Diff line change 99        with :
1010          repo-token : ${{ secrets.GITHUB_TOKEN }} 
1111          artifact-path : 0/doc/build/html/index.html 
12-           circleci-jobs : docs-python36 ,docs-python37 ,docs-python38 
12+           circleci-jobs : docs-python37 ,docs-python38 ,docs-python38-min  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments