File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 - name : Publish Python package as GitHub Artifact
206206 uses : actions/upload-artifact@v3
207207 with :
208- name : LinuxWheel ${{ matrix.python-version }}
208+ name : LinuxWheel3 ${{ matrix.python-version }}
209209 path : Evaluated/ITKModuleTemplate/dist
210210
211211 build-macos-python-packages :
@@ -253,7 +253,7 @@ jobs:
253253 - name : Publish Python package as GitHub Artifact
254254 uses : actions/upload-artifact@v3
255255 with :
256- name : MacOSWheels
256+ name : MacOSWheel3${{ matrix.python-version }}
257257 path : Evaluated/ITKModuleTemplate/dist
258258
259259 build-windows-python-packages :
@@ -324,5 +324,5 @@ jobs:
324324 - name : Publish Python package as GitHub Artifact
325325 uses : actions/upload-artifact@v3
326326 with :
327- name : WindowWheel3 .${{ matrix.python-version-minor }}
327+ name : WindowsWheel3 .${{ matrix.python-version-minor }}
328328 path : Evaluated/ITKModuleTemplate/dist
You can’t perform that action at this time.
0 commit comments