File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ jobs:
110
110
codecov-token : ${{ secrets.CODECOV_TOKEN }}
111
111
112
112
build-wheels-for-tested-arches :
113
- name : Build wheels on ${{ matrix.os }}
113
+ name : >- # ${{ '' } is a hack to nest jobs under the same sidebar category
114
+ 📦 Build wheels for tested arches${{ '' }}
114
115
needs :
115
116
- build-pure-python-dists
116
117
- pre-setup # transitive, for accessing settings
@@ -544,7 +545,8 @@ jobs:
544
545
echo "Predeploy step"
545
546
546
547
build-wheels-for-odd-archs :
547
- name : Build wheels on ${{ matrix.tag }} ${{ matrix.qemu }}
548
+ name : >- # ${{ '' } is a hack to nest jobs under the same sidebar category
549
+ 📦 Build wheels for odd arches${{ '' }}
548
550
needs :
549
551
- build-pure-python-dists
550
552
- pre-deploy
You can’t perform that action at this time.
0 commit comments