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 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.2
25
+ uses : pypa/cibuildwheel@v3.1.4
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.2
56
+ - uses : pypa/cibuildwheel@v3.1.4
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.2
75
+ - uses : pypa/cibuildwheel@v3.1.4
76
76
env :
77
77
CIBW_PLATFORM : ios
78
78
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments