File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121          python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])" 
2222
2323       - name : Build wheels 
24-         uses : pypa/cibuildwheel@v2.20.0  
24+         uses : pypa/cibuildwheel@v2.21.2  
2525        env :
2626          CIBW_BUILD :
2727            #  "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
2828            " cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*" 
2929          CIBW_TEST_COMMAND : " python -m pymunk.tests" 
30-           CIBW_BUILD_VERBOSITY : 3 
30+           #   CIBW_BUILD_VERBOSITY: 3
3131        with :
3232          package-dir : " $SDIST_PATH" 
3333
5656      - uses : actions/checkout@v4 
5757        with :
5858          submodules : true 
59-       - uses : pypa/cibuildwheel@v2.20.0  
59+       - uses : pypa/cibuildwheel@v2.21.2  
6060        env :
6161          CIBW_PLATFORM : pyodide 
6262          PYMUNK_BUILD_SLIM : 1 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments