File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])"
2323
2424 - name : Build wheels
25- uses : pypa/cibuildwheel@v3.1.4
25+ uses : pypa/cibuildwheel@v3.2.1
2626 env :
27- CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
27+ CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp310-* pp311-*"
2828 with :
2929 package-dir : " $SDIST_PATH"
3030
5353 - uses : actions/checkout@v4
5454 with :
5555 submodules : true
56- - uses : pypa/cibuildwheel@v3.1.4
56+ - uses : pypa/cibuildwheel@v3.2.1
5757 env :
5858 CIBW_PLATFORM : pyodide
5959 - uses : actions/upload-artifact@v4
7272 with :
7373 submodules : true
7474 - run : brew upgrade cmake --formula
75- - uses : pypa/cibuildwheel@v3.1.4
75+ - uses : pypa/cibuildwheel@v3.2.1
7676 env :
7777 CIBW_PLATFORM : ios
7878 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments