Skip to content

Commit

Permalink
Remove server extension
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed May 24, 2023
1 parent 25f2c30 commit 1780849
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
set -eux
python -m pip install .[test]
jupyter server extension list
jupyter server extension list 2>&1 | grep -ie "marpyter.*OK"
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "marpyter.*OK"
python -m jupyterlab.browser_check
Expand Down Expand Up @@ -77,10 +74,6 @@ jobs:
pip install "jupyterlab>=4.0.0b0,<5" marpyter*.whl
jupyter server extension list
jupyter server extension list 2>&1 | grep -ie "marpyter.*OK"
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "marpyter.*OK"
python -m jupyterlab.browser_check --no-browser-test
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marpyter",
"version": "0.1.0",
"description": "A JupyterLab extension.",
"version": "0.1.0-rc.0",
"description": "A JupyterLab extension for Marp.",
"keywords": [
"jupyter",
"jupyterlab",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0b0,<5", "hatch-nodejs-version"]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -69,7 +69,7 @@ version_cmd = "hatch version"

[tool.jupyter-releaser.hooks]
before-build-npm = [
"python -m pip install 'jupyterlab>=4.0.0b0,<5'",
"python -m pip install 'jupyterlab>=4.0.0,<5'",
"jlpm",
"jlpm build:prod"
]
Expand Down

0 comments on commit 1780849

Please sign in to comment.