We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d106ca5 commit 6fff074Copy full SHA for 6fff074
.github/workflows/build_wheels.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build_wheels:
12
- name: Wheels on ${{ matrix.os }} ${{ architecture }}, python ${{ python-version }}
+ name: Wheels on ${{ matrix.os }} ${{ matrix.architecture }}, python ${{ matrix.python-version }}
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
0 commit comments