We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a631d7 + ad885af commit 7c89d3dCopy full SHA for 7c89d3d
.github/workflows/CI.yml
@@ -237,9 +237,9 @@ jobs:
237
238
- run: twine check --strict dist/*
239
240
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
241
with:
242
- name: wheels
+ name: wheels-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
243
path: dist
244
245
release:
@@ -258,10 +258,11 @@ jobs:
258
- run: pip install -U twine
259
260
- name: get dist artifacts
261
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
262
263
264
+ pattern: wheels-*
265
+ merge-multiple: true
266
267
- run: twine check dist/*
268
0 commit comments