Skip to content

Commit

Permalink
Remove npm release
Browse files Browse the repository at this point in the history
Everything is included in the python package
  • Loading branch information
beenje committed Aug 23, 2021
1 parent 08536e5 commit b6758ed
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ test-python3:
- jupyter server extension list 2>&1 | grep -ie "jupyterlab_gitlab.*OK"
- jupyter labextension list 2>&1 | grep -ie "jupyterlab-gitlab.*OK"

release-npm:
stage: release
image: node:latest
before_script:
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
script:
- npm install
- npm run build
- npm publish
only:
- tags

release-pypi:
stage: release
image: python:3.7
Expand Down

0 comments on commit b6758ed

Please sign in to comment.