|
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@v6 |
| 39 | + uses: actions/upload-artifact@v7 |
40 | 40 | with: |
41 | 41 | name: sdist |
42 | 42 | if-no-files-found: error |
|
59 | 59 | run: | |
60 | 60 | pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall |
61 | 61 | - name: Upload wheels |
62 | | - uses: actions/upload-artifact@v6 |
| 62 | + uses: actions/upload-artifact@v7 |
63 | 63 | with: |
64 | 64 | name: wheel-macos-x86_64 |
65 | 65 | if-no-files-found: error |
|
82 | 82 | run: | |
83 | 83 | pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall |
84 | 84 | - name: Upload wheels |
85 | | - uses: actions/upload-artifact@v6 |
| 85 | + uses: actions/upload-artifact@v7 |
86 | 86 | with: |
87 | 87 | name: wheel-macos-universal |
88 | 88 | if-no-files-found: error |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | run: | |
111 | 111 | python -m pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall |
112 | 112 | - name: Upload wheels |
113 | | - uses: actions/upload-artifact@v6 |
| 113 | + uses: actions/upload-artifact@v7 |
114 | 114 | with: |
115 | 115 | name: wheel-windows-${{ matrix.target }} |
116 | 116 | if-no-files-found: error |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | run: | |
139 | 139 | pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall |
140 | 140 | - name: Upload wheels |
141 | | - uses: actions/upload-artifact@v6 |
| 141 | + uses: actions/upload-artifact@v7 |
142 | 142 | with: |
143 | 143 | name: wheel-linux-${{ matrix.target }} |
144 | 144 | if-no-files-found: error |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | run: | |
178 | 178 | pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall --break-system-packages |
179 | 179 | - name: Upload wheels |
180 | | - uses: actions/upload-artifact@v6 |
| 180 | + uses: actions/upload-artifact@v7 |
181 | 181 | with: |
182 | 182 | name: wheel-linux-cross-${{ matrix.target }} |
183 | 183 | if-no-files-found: error |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | apk add py3-pip |
211 | 211 | pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links /io/dist/ --force-reinstall --break-system-packages |
212 | 212 | - name: Upload wheels |
213 | | - uses: actions/upload-artifact@v6 |
| 213 | + uses: actions/upload-artifact@v7 |
214 | 214 | with: |
215 | 215 | name: wheel-musllinux-${{ matrix.target }} |
216 | 216 | if-no-files-found: error |
@@ -247,7 +247,7 @@ jobs: |
247 | 247 | run: | |
248 | 248 | pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall --break-system-packages |
249 | 249 | - name: Upload wheels |
250 | | - uses: actions/upload-artifact@v6 |
| 250 | + uses: actions/upload-artifact@v7 |
251 | 251 | with: |
252 | 252 | name: wheel-musllinux-cross-${{ matrix.platform.target }}-${{ matrix.platform.arch }} |
253 | 253 | 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@v6 |
| 284 | + uses: actions/upload-artifact@v7 |
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@v6 |
| 315 | + uses: actions/upload-artifact@v7 |
316 | 316 | with: |
317 | 317 | name: wheel-pyodide |
318 | 318 | if-no-files-found: error |
|
0 commit comments