Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 0ee60d3

Browse files
authored
Merge pull request #113 from jtpio/releaser-v2
Update to `check-release@v2`
2 parents 949da11 + 3451a0e commit 0ee60d3

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
pip install --upgrade pip setuptools wheel jupyter-packaging~=0.10 --user
4949
- name: Check Release
50-
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
50+
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
5151
with:
5252
token: ${{ secrets.GITHUB_TOKEN }}
5353
- name: Upload Distributions

package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,5 @@
9797
},
9898
"jupyterlite": {
9999
"liteExtension": true
100-
},
101-
"jupyter-releaser": {
102-
"skip": [
103-
"check-links"
104-
],
105-
"hooks": {
106-
"before-build-npm": [
107-
"python -m pip install jupyterlab~=3.1",
108-
"jlpm"
109-
]
110-
}
111100
}
112101
}

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ npm = ["jlpm"]
1515

1616
[tool.check-manifest]
1717
ignore = ["share/jupyter/labextensions/@jupyterlite/xeus-python-kernel/**", "yarn.lock", ".*", "package-lock.json", "src/xpython_wasm.js", "src/xpython_wasm.wasm", "src/*.data", "src/*.js", "src/worker.ts", "src/web_worker_kernel.ts", "*.sh"]
18+
19+
[tool.jupyter-releaser.options]
20+
skip = ["check-links"]
21+
22+
[tool.jupyter-releaser.hooks]
23+
before-build-npm = [
24+
"python -m pip install jupyterlab~=3.1 empack~=2.0 jupyter_packaging~=0.10",
25+
"jlpm",
26+
"jlpm build:prod",
27+
]

0 commit comments

Comments
 (0)