File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
submodules : true
25
25
fetch-depth : 0
26
26
27
- - uses : pypa/cibuildwheel@v2.19
27
+ - uses : pypa/cibuildwheel@v2.20
28
28
env :
29
29
CIBW_PLATFORM : pyodide
30
30
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
125
125
- uses : yezz123/setup-uv@v4
126
126
127
- - uses : pypa/cibuildwheel@v2.19
127
+ - uses : pypa/cibuildwheel@v2.20
128
128
env :
129
129
CIBW_BUILD : " ${{ matrix.build }}"
130
130
CIBW_BUILD_VERBOSITY : 1
Original file line number Diff line number Diff line change 57
57
with :
58
58
platforms : all
59
59
60
- - uses : pypa/cibuildwheel@v2.19
60
+ - uses : pypa/cibuildwheel@v2.20
61
61
env :
62
62
CIBW_BUILD : cp${{ matrix.python }}-manylinux_*
63
63
CIBW_ARCHS : ${{ matrix.arch }}
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
- uses : yezz123/setup-uv@v4
117
117
118
- - uses : pypa/cibuildwheel@v2.19
118
+ - uses : pypa/cibuildwheel@v2.20
119
119
env :
120
120
CIBW_BUILD : ${{ matrix.build }}
121
121
CIBW_ARCHS : ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments