File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ jobs:
117117 if-no-files-found : error
118118
119119 # actions/setup-python does not provide prebuilt arm64 Python before 3.11, so we cross-compile.
120- build_arm64 :
121- name : Cross-compile ARM
120+ cross_compile_arm64 :
121+ name : Cross-compile ARM64
122122 runs-on : windows-2019
123123 timeout-minutes : 25
124124 strategy :
@@ -152,9 +152,10 @@ jobs:
152152 name : artifacts-${{ matrix.python-version }}-arm64
153153 path : dist/*.whl
154154 if-no-files-found : error
155+
155156 merge :
156157 runs-on : windows-latest
157- needs : [test, build_arm64 ]
158+ needs : [test, cross_compile_arm64 ]
158159 steps :
159160 - name : Merge Artifacts
160161 uses : actions/upload-artifact/merge@v4
Original file line number Diff line number Diff line change 1- Notable changes in recent builds.
1+ Notable changes in recent builds.
22
33Maintained by hand, so what's "notable" is subjective! Contributors are
44encouraged to add entries for their work.
You can’t perform that action at this time.
0 commit comments