We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf293c commit f06979dCopy full SHA for f06979d
.github/workflows/windows.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Upload Wheel
59
uses: actions/upload-artifact@v4
60
with:
61
- name: win-wheels
+ name: win-wheels-${{ matrix.python-version }}
62
path: dist
63
- name: Check wheels
64
shell: bash
0 commit comments