We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4c639 commit f83109bCopy full SHA for f83109b
.github/workflows/builds.yml
@@ -9,7 +9,7 @@ concurrency:
9
10
jobs:
11
wheels:
12
- name: Build Wheels - ${{ matrix.os[0] }} - ${{ matrix.python-version[0] }}
+ name: Build Wheels - ${{ matrix.platform[0] }} - ${{ matrix.python-version[0] }}
13
runs-on: ${{ matrix.platform[1] }}
14
strategy:
15
fail-fast: false
0 commit comments