File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8686 fi
8787
8888 linux :
89- name : Linux
89+ name : Build wheels for Linux
9090 needs : [test]
9191 strategy :
9292 matrix :
@@ -154,7 +154,7 @@ jobs:
154154 path : dist
155155
156156 windows :
157- name : Windows
157+ name : Build wheels for Windows
158158 needs : [test]
159159 strategy :
160160 max-parallel : 1
@@ -219,7 +219,7 @@ jobs:
219219 path : dist
220220
221221 macos :
222- name : macOS
222+ name : Build wheels for macOS
223223 needs : [test]
224224 strategy :
225225 max-parallel : 1
@@ -299,7 +299,7 @@ jobs:
299299 path : dist
300300
301301 release :
302- name : GitHub Release
302+ name : Create GitHub Release
303303 needs : [linux, windows, macos, sdist]
304304 runs-on : ubuntu-latest
305305 if : ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
You can’t perform that action at this time.
0 commit comments