5050 python -m pip install delvewheel cython
5151
5252 - name : Build wheels
53- uses : joerick/cibuildwheel@v2.21.3
53+ uses : joerick/cibuildwheel@v3.3.0
5454
55- - uses : actions/upload-artifact@v3
55+ - uses : actions/upload-artifact@v6
5656 with :
5757 path : ./wheelhouse/*.whl
5858 name : wheels
@@ -105,9 +105,9 @@ jobs:
105105 python -m pip install delvewheel cython
106106
107107 - name : Build wheels
108- uses : joerick/cibuildwheel@v2.21.3
108+ uses : joerick/cibuildwheel@v3.3.0
109109
110- - uses : actions/upload-artifact@v3
110+ - uses : actions/upload-artifact@v6
111111 with :
112112 path : ./wheelhouse/*.whl
113113 name : wheels
@@ -160,9 +160,9 @@ jobs:
160160 python -m pip install delvewheel cython
161161
162162 - name : Build wheels
163- uses : joerick/cibuildwheel@v2.21.3
163+ uses : joerick/cibuildwheel@v3.3.0
164164
165- - uses : actions/upload-artifact@v3
165+ - uses : actions/upload-artifact@v6
166166 with :
167167 path : ./wheelhouse/*.whl
168168 name : wheels
@@ -233,7 +233,7 @@ jobs:
233233
234234 name : ${{ matrix.os }} ${{ matrix.architecture}}
235235 env :
236- CIBW_BEFORE_ALL : " pip install numpy==2.0.0rc1 cython"
236+ CIBW_BEFORE_ALL : " pip install numpy==2.0.0 cython"
237237 CIBW_SKIP : " pp* *37* *38* *39*"
238238 CIBW_ARCHS_MACOS : ${{ matrix.architecture }}
239239 CIBW_TEST_SKIP : " *"
@@ -249,9 +249,9 @@ jobs:
249249 python-version : " 3.13"
250250
251251 - name : Build wheels
252- uses : joerick/cibuildwheel@v2.21.3
252+ uses : joerick/cibuildwheel@v3.3.0
253253
254- - uses : actions/upload-artifact@v3
254+ - uses : actions/upload-artifact@v6
255255 with :
256256 path : ./wheelhouse/*.whl
257257 name : wheels
0 commit comments