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.
1 parent 82c2502 commit d733811Copy full SHA for d733811
.github/workflows/wheels.yml
@@ -281,6 +281,6 @@ jobs:
281
- name: Upload wheels
282
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
283
with:
284
- name: wheels-${{ matrix.os }}
+ name: wheels-${{ matrix.pyversion }}-${{ matrix.os }}
285
path: dist/*.whl
286
if-no-files-found: ignore
0 commit comments