We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a2bf9 commit b8f48c5Copy full SHA for b8f48c5
.github/workflows/build-wheels.yml
@@ -71,10 +71,16 @@ jobs:
71
package-dir: LayerDMSDK
72
output-dir: wheelhouse
73
74
- - name: Upload wheels
+ - name: Upload runtime wheels
75
uses: actions/upload-artifact@v4
76
with:
77
name: slicer_layer_dm-${{ inputs.build-target }}
78
path: |
79
wheelhouse/slicer_layer_dm-*.whl
80
+
81
+ - name: Upload SDK wheels
82
+ uses: actions/upload-artifact@v4
83
+ with:
84
+ name: slicer_layer_dm_sdk-${{ inputs.build-target }}
85
+ path: |
86
wheelhouse/slicer_layer_dm_sdk-*.whl
0 commit comments