| 
22 | 22 |  python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])"  | 
23 | 23 |  | 
24 | 24 |  - name: Build wheels  | 
25 |  | - uses: pypa/cibuildwheel@v3.1.0  | 
 | 25 | + uses: pypa/cibuildwheel@v3.1.2  | 
26 | 26 |  env:  | 
27 | 27 |  CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"  | 
28 | 28 |  with:  | 
 | 
53 | 53 |  - uses: actions/checkout@v4  | 
54 | 54 |  with:  | 
55 | 55 |  submodules: true  | 
56 |  | - - uses: pypa/cibuildwheel@v3.1.0  | 
 | 56 | + - uses: pypa/cibuildwheel@v3.1.2  | 
57 | 57 |  env:  | 
58 | 58 |  CIBW_PLATFORM: pyodide  | 
59 | 59 |  - uses: actions/upload-artifact@v4  | 
 | 
72 | 72 |  with:  | 
73 | 73 |  submodules: true  | 
74 | 74 |  - run: brew upgrade cmake  | 
75 |  | - - uses: pypa/cibuildwheel@v3.1.0  | 
 | 75 | + - uses: pypa/cibuildwheel@v3.1.2  | 
76 | 76 |  env:  | 
77 | 77 |  CIBW_PLATFORM: ios  | 
78 | 78 |  - uses: actions/upload-artifact@v4  | 
 | 
0 commit comments