We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c59a1e commit b48d04aCopy full SHA for b48d04a
.github/workflows/wheel_win_x86_64.yml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
os: [windows-latest]
21
py_version: ["3.7", "3.8", "3.9", "3.10"]
22
- name: ${{ matrix.os }}
+ name: ${{ matrix.os }} (Python ${{ matrix.py_version}})
23
runs-on: ${{ matrix.os }}
24
25
steps:
0 commit comments