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 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.0 .0
25
+ uses : pypa/cibuildwheel@v3.1 .0
26
26
env :
27
- CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
27
+ CIBW_BUILD :
28
+ " cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp310-* pp311-*"
28
29
with :
29
30
package-dir : " $SDIST_PATH"
30
31
53
54
- uses : actions/checkout@v4
54
55
with :
55
56
submodules : true
56
- - uses : pypa/cibuildwheel@v3.0 .0
57
+ - uses : pypa/cibuildwheel@v3.1 .0
57
58
env :
58
59
CIBW_PLATFORM : pyodide
59
60
- uses : actions/upload-artifact@v4
72
73
with :
73
74
submodules : true
74
75
- run : brew upgrade cmake
75
- - uses : pypa/cibuildwheel@v3.0 .0
76
+ - uses : pypa/cibuildwheel@v3.1 .0
76
77
env :
77
78
CIBW_PLATFORM : ios
78
79
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments