From 4a0956f0ce85c3c5cf365a9044b57205e40d1715 Mon Sep 17 00:00:00 2001 From: Alex Graber Date: Tue, 1 Mar 2022 14:23:01 -0500 Subject: [PATCH] update publish ci --- .github/workflows/npm-publish.yml | 9 ++++++--- README.md | 10 +++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6717299..1d4ac76 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -76,9 +76,12 @@ jobs: - run: npm ci - - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + # - run: npm publish --access public + # env: + # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + - uses: JS-DevTools/npm-publish@v1 + with: + token: ${{ secrets.NPM_TOKEN }} # publish-gpr: # needs: build diff --git a/README.md b/README.md index 378624f..f29e8cc 100644 --- a/README.md +++ b/README.md @@ -7,23 +7,23 @@ Theme for jupyterlab based on [jupyterlab/theme-cookiecutter](https://github.com ## Installation -```bash +```sh +# currently not published to pip pip install jupyterlab_material_darker ``` - +``` ## Screenshots