|
34 | 34 | CIBW_BUILD: "*-musllinux_x86_64" |
35 | 35 | CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test-musl]' && python -m pytest -v tests" |
36 | 36 |
|
37 | | - - uses: actions/upload-artifact@v4 |
| 37 | + - uses: actions/upload-artifact@v5 |
38 | 38 | with: |
39 | 39 | name: wheels-linux-x86_64 |
40 | 40 | path: ./wheelhouse/*.whl |
|
55 | 55 | CIBW_ARCHS_LINUX: aarch64 |
56 | 56 | CIBW_BUILD: "*-manylinux_aarch64" |
57 | 57 |
|
58 | | - - uses: actions/upload-artifact@v4 |
| 58 | + - uses: actions/upload-artifact@v5 |
59 | 59 | with: |
60 | 60 | name: wheels-linux-aarch64-manylinux |
61 | 61 | path: ./wheelhouse/*.whl |
|
77 | 77 | CIBW_BUILD: "*-musllinux_aarch64" |
78 | 78 | CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test-musl]' && python -m pytest -v tests" |
79 | 79 |
|
80 | | - - uses: actions/upload-artifact@v4 |
| 80 | + - uses: actions/upload-artifact@v5 |
81 | 81 | with: |
82 | 82 | name: wheels-linux-aarch64-musllinux |
83 | 83 | path: ./wheelhouse/*.whl |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | CIBW_ENVIRONMENT: "LDFLAGS=-L$HOME/local/lib" |
141 | 141 | IGRAPH_CMAKE_EXTRA_ARGS: -DCMAKE_OSX_ARCHITECTURES=${{ matrix.cmake_arch }} ${{ matrix.cmake_extra_args }} -DCMAKE_PREFIX_PATH=$HOME/local |
142 | 142 |
|
143 | | - - uses: actions/upload-artifact@v4 |
| 143 | + - uses: actions/upload-artifact@v5 |
144 | 144 | with: |
145 | 145 | name: wheels-macos-${{ matrix.wheel_arch }} |
146 | 146 | path: ./wheelhouse/*.whl |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | limit-access-to-actor: true |
182 | 182 | wait-timeout-minutes: 5 |
183 | 183 |
|
184 | | - - uses: actions/upload-artifact@v4 |
| 184 | + - uses: actions/upload-artifact@v5 |
185 | 185 | with: |
186 | 186 | name: wheels-wasm |
187 | 187 | path: ./dist/*.whl |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | IGRAPH_EXTRA_LIBRARIES: libxml2,lzma,zlib,iconv,charset,bcrypt |
253 | 253 | IGRAPH_EXTRA_DYNAMIC_LIBRARIES: wsock32,ws2_32 |
254 | 254 |
|
255 | | - - uses: actions/upload-artifact@v4 |
| 255 | + - uses: actions/upload-artifact@v5 |
256 | 256 | with: |
257 | 257 | name: wheels-win-${{ matrix.wheel_arch }} |
258 | 258 | path: ./wheelhouse/*.whl |
@@ -294,7 +294,7 @@ jobs: |
294 | 294 | pip install '.[test]' |
295 | 295 | python -m pytest -v tests |
296 | 296 |
|
297 | | - - uses: actions/upload-artifact@v4 |
| 297 | + - uses: actions/upload-artifact@v5 |
298 | 298 | with: |
299 | 299 | name: sdist |
300 | 300 | path: dist/*.tar.gz |
|
0 commit comments