We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098bb41 commit 4b23a31Copy full SHA for 4b23a31
.github/workflows/check-release.yml
@@ -22,3 +22,8 @@ jobs:
22
23
token: ${{ secrets.GITHUB_TOKEN }}
24
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