Skip to content

Commit

Permalink
remove upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Jun 5, 2024
1 parent 03f4473 commit 098bb41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ jobs:

token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Distributions
uses: actions/upload-artifact@v4
with:
name: jupyterlab_mol_visualizer-releaser-dist-${{ github.run_number }}
path: .jupyter_releaser_checkout/dist
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"url": "https://github.com/osscar-org/jupyterlab-mol-visualizer.git"
},
"workspaces": [
"ui-tests",
".jupyter_releaser_checkout"
"ui-tests"
],
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down

0 comments on commit 098bb41

Please sign in to comment.