We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7398d commit f69388aCopy full SHA for f69388a
1 file changed
.github/workflows/wheels.yml
@@ -41,6 +41,8 @@ jobs:
41
arch: arm64 # Exclude arm64 on macOS 13
42
- os: macos-13
43
pybuilds: cp38
44
+ name: >
45
+ ${{ matrix.pybuilds }} ${{ matrix.os }} ${{ matrix.arch }}
46
47
steps:
48
- uses: actions/checkout@v4
0 commit comments