|
50 | 50 | python -m pip install delvewheel cython |
51 | 51 |
|
52 | 52 | - name: Build wheels |
53 | | - uses: joerick/cibuildwheel@v2.18.1 |
| 53 | + uses: joerick/cibuildwheel@v2.21.3 |
54 | 54 |
|
55 | 55 | - uses: actions/upload-artifact@v3 |
56 | 56 | with: |
@@ -105,7 +105,7 @@ jobs: |
105 | 105 | python -m pip install delvewheel cython |
106 | 106 |
|
107 | 107 | - name: Build wheels |
108 | | - uses: joerick/cibuildwheel@v2.18.1 |
| 108 | + uses: joerick/cibuildwheel@v2.21.3 |
109 | 109 |
|
110 | 110 | - uses: actions/upload-artifact@v3 |
111 | 111 | with: |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | python -m pip install delvewheel cython |
161 | 161 |
|
162 | 162 | - name: Build wheels |
163 | | - uses: joerick/cibuildwheel@v2.18.1 |
| 163 | + uses: joerick/cibuildwheel@v2.21.3 |
164 | 164 |
|
165 | 165 | - uses: actions/upload-artifact@v3 |
166 | 166 | with: |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | python -m pip install delvewheel cython |
216 | 216 |
|
217 | 217 | - name: Build wheels |
218 | | - uses: joerick/cibuildwheel@v2.18.1 |
| 218 | + uses: joerick/cibuildwheel@v2.21.3 |
219 | 219 |
|
220 | 220 | - uses: actions/upload-artifact@v3 |
221 | 221 | with: |
@@ -246,10 +246,10 @@ jobs: |
246 | 246 | - name: Setup Python |
247 | 247 | uses: actions/setup-python@v5 |
248 | 248 | with: |
249 | | - python-version: "3.12" |
| 249 | + python-version: "3.13" |
250 | 250 |
|
251 | 251 | - name: Build wheels |
252 | | - uses: joerick/cibuildwheel@v2.18.1 |
| 252 | + uses: joerick/cibuildwheel@v2.21.3 |
253 | 253 |
|
254 | 254 | - uses: actions/upload-artifact@v3 |
255 | 255 | with: |
|
0 commit comments