File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-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.0 .0
25+ uses : pypa/cibuildwheel@v3.1 .0
2626 env :
27- CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
27+ CIBW_BUILD :
28+ " cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp310-* pp311-*"
2829 with :
2930 package-dir : " $SDIST_PATH"
3031
5354 - uses : actions/checkout@v4
5455 with :
5556 submodules : true
56- - uses : pypa/cibuildwheel@v3.0 .0
57+ - uses : pypa/cibuildwheel@v3.1 .0
5758 env :
5859 CIBW_PLATFORM : pyodide
5960 - uses : actions/upload-artifact@v4
7273 with :
7374 submodules : true
7475 - run : brew upgrade cmake
75- - uses : pypa/cibuildwheel@v3.0 .0
76+ - uses : pypa/cibuildwheel@v3.1 .0
7677 env :
7778 CIBW_PLATFORM : ios
7879 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments