We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea99d9e commit aa33d89Copy full SHA for aa33d89
1 file changed
.github/workflows/ci-check.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Upload wheels
44
uses: actions/upload-artifact@v4
45
with:
46
- name: wheels-linux
+ name: wheels-linux-${{ matrix.python-version }}
47
path: dist
48
49
# ----------------------------------------
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
- name: wheels-windows
+ name: wheels-windows-${{ matrix.python-version }}
71
72
73
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
- name: wheels-macos
+ name: wheels-macos-${{ matrix.python-version }}
95
96
97
0 commit comments