Skip to content

Commit 098bb41

Browse files
author
Dou Du
committed
remove upload workflow
1 parent 03f4473 commit 098bb41

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/check-release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,3 @@ 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

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"url": "https://github.com/osscar-org/jupyterlab-mol-visualizer.git"
3030
},
3131
"workspaces": [
32-
"ui-tests",
33-
".jupyter_releaser_checkout"
32+
"ui-tests"
3433
],
3534
"scripts": {
3635
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)