We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f4473 commit 098bb41Copy full SHA for 098bb41
.github/workflows/check-release.yml
@@ -22,8 +22,3 @@ 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
package.json
@@ -29,8 +29,7 @@
"url": "https://github.com/osscar-org/jupyterlab-mol-visualizer.git"
30
},
31
"workspaces": [
32
- "ui-tests",
33
- ".jupyter_releaser_checkout"
+ "ui-tests"
34
],
35
"scripts": {
36
"build": "jlpm build:lib && jlpm build:labextension:dev",
0 commit comments