Skip to content

Commit 4b23a31

Browse files
author
Dou Du
committed
put back upload workflow
1 parent 098bb41 commit 4b23a31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ jobs:
2222

2323
token: ${{ secrets.GITHUB_TOKEN }}
2424

25+
- name: Upload Distributions
26+
uses: actions/upload-artifact@v4
27+
with:
28+
name: jupyterlab_mol_visualizer-releaser-dist-${{ github.run_number }}
29+
path: .jupyter_releaser_checkout/dist

0 commit comments

Comments
 (0)