Skip to content

Commit b8f48c5

Browse files
fix: split sdk and runtime wheels artifacts
1 parent 70a2bf9 commit b8f48c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,16 @@ jobs:
7171
package-dir: LayerDMSDK
7272
output-dir: wheelhouse
7373

74-
- name: Upload wheels
74+
- name: Upload runtime wheels
7575
uses: actions/upload-artifact@v4
7676
with:
7777
name: slicer_layer_dm-${{ inputs.build-target }}
7878
path: |
7979
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: |
8086
wheelhouse/slicer_layer_dm_sdk-*.whl

0 commit comments

Comments
 (0)