|
36 | 36 | run: | |
37 | 37 | pip install dist/${{ env.PACKAGE_NAME }}-*.tar.gz --force-reinstall |
38 | 38 | - name: Upload sdist |
39 | | - uses: actions/upload-artifact@v4 |
| 39 | + uses: actions/upload-artifact@v5 |
40 | 40 | with: |
41 | 41 | name: sdist |
42 | 42 | if-no-files-found: error |
|
60 | 60 | run: | |
61 | 61 | pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall |
62 | 62 | - name: Upload wheels |
63 | | - uses: actions/upload-artifact@v4 |
| 63 | + uses: actions/upload-artifact@v5 |
64 | 64 | with: |
65 | 65 | name: wheel-macos-x86_64 |
66 | 66 | if-no-files-found: error |
|
83 | 83 | run: | |
84 | 84 | pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall |
85 | 85 | - name: Upload wheels |
86 | | - uses: actions/upload-artifact@v4 |
| 86 | + uses: actions/upload-artifact@v5 |
87 | 87 | with: |
88 | 88 | name: wheel-macos-universal |
89 | 89 | if-no-files-found: error |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 | run: | |
112 | 112 | python -m pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall |
113 | 113 | - name: Upload wheels |
114 | | - uses: actions/upload-artifact@v4 |
| 114 | + uses: actions/upload-artifact@v5 |
115 | 115 | with: |
116 | 116 | name: wheel-windows-${{ matrix.target }} |
117 | 117 | if-no-files-found: error |
@@ -139,7 +139,7 @@ jobs: |
139 | 139 | run: | |
140 | 140 | pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall |
141 | 141 | - name: Upload wheels |
142 | | - uses: actions/upload-artifact@v4 |
| 142 | + uses: actions/upload-artifact@v5 |
143 | 143 | with: |
144 | 144 | name: wheel-linux-${{ matrix.target }} |
145 | 145 | if-no-files-found: error |
@@ -178,7 +178,7 @@ jobs: |
178 | 178 | run: | |
179 | 179 | pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall --break-system-packages |
180 | 180 | - name: Upload wheels |
181 | | - uses: actions/upload-artifact@v4 |
| 181 | + uses: actions/upload-artifact@v5 |
182 | 182 | with: |
183 | 183 | name: wheel-linux-cross-${{ matrix.target }} |
184 | 184 | if-no-files-found: error |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | apk add py3-pip |
212 | 212 | pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links /io/dist/ --force-reinstall --break-system-packages |
213 | 213 | - name: Upload wheels |
214 | | - uses: actions/upload-artifact@v4 |
| 214 | + uses: actions/upload-artifact@v5 |
215 | 215 | with: |
216 | 216 | name: wheel-musllinux-${{ matrix.target }} |
217 | 217 | if-no-files-found: error |
@@ -248,7 +248,7 @@ jobs: |
248 | 248 | run: | |
249 | 249 | pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall --break-system-packages |
250 | 250 | - name: Upload wheels |
251 | | - uses: actions/upload-artifact@v4 |
| 251 | + uses: actions/upload-artifact@v5 |
252 | 252 | with: |
253 | 253 | name: wheel-musllinux-cross-${{ matrix.platform.target }}-${{ matrix.platform.arch }} |
254 | 254 | if-no-files-found: error |
@@ -281,7 +281,7 @@ jobs: |
281 | 281 | run: | |
282 | 282 | pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall |
283 | 283 | - name: Upload wheels |
284 | | - uses: actions/upload-artifact@v4 |
| 284 | + uses: actions/upload-artifact@v5 |
285 | 285 | with: |
286 | 286 | name: wheel-pypy-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.python-version }} |
287 | 287 | if-no-files-found: error |
@@ -312,7 +312,7 @@ jobs: |
312 | 312 | DEFAULT_CROSS_BUILD_ENV_URL: "https://github.com/pyodide/pyodide/releases/download/0.28.0a3/xbuildenv-0.28.0a3.tar.bz2" |
313 | 313 | RUSTFLAGS: "-C link-arg=-sSIDE_MODULE=2 -Z link-native-libraries=no -Z emscripten-wasm-eh" |
314 | 314 | - name: Upload wheels |
315 | | - uses: actions/upload-artifact@v4 |
| 315 | + uses: actions/upload-artifact@v5 |
316 | 316 | with: |
317 | 317 | name: wheel-pyodide |
318 | 318 | if-no-files-found: error |
|
0 commit comments