We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9bef0 commit e282079Copy full SHA for e282079
.github/workflows/check-release.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
token: ${{ secrets.GITHUB_TOKEN }}
23
- name: Upload Distributions
24
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
25
26
name: jupyter-resource-usage-releaser-dist-${{ github.run_number }}
27
path: .jupyter_releaser_checkout/dist
pyproject.toml
@@ -31,6 +31,10 @@ dependencies = [
31
"jupyter_server>=1.8,<3"
32
]
33
34
+[project.urls]
35
+Homepage = "https://jupyter.org"
36
+Source = "https://github.com/jupyter/notebook_shim"
37
+
38
[tool.hatch.build.targets.wheel.shared-data]
39
"jupyter_server_config.d/notebook_shim.json" = "etc/jupyter/jupyter_server_config.d/notebook_shim.json"
40
0 commit comments