Skip to content

Commit 5bb41ae

Browse files
authored
Fix hatch build, ignore links to blog.jupyter.org (#7780)
* Update ignored links pattern in build workflow * fix hatch build
1 parent b45653f commit 5bb41ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
175175
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
176176
with:
177-
ignore_links: 'https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org https://stackoverflow.com https://github.com/[^/]+/?$'
177+
ignore_links: 'https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/.* https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org https://stackoverflow.com https://github.com/[^/]+/?$'
178178
ignore_glob: 'ui-tests/test/notebooks/*'
179179

180180
test_lint:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling>=1.11",
4+
"hatch-jupyter-builder>=0.5",
45
"jupyterlab>=4.5.0rc0,<4.6",
56
]
67
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)