Skip to content

Commit e282079

Browse files
committed
link to source in pyproject.toml
1 parent cc9bef0 commit e282079

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Upload Distributions
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: jupyter-resource-usage-releaser-dist-${{ github.run_number }}
2727
path: .jupyter_releaser_checkout/dist

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ dependencies = [
3131
"jupyter_server>=1.8,<3"
3232
]
3333

34+
[project.urls]
35+
Homepage = "https://jupyter.org"
36+
Source = "https://github.com/jupyter/notebook_shim"
37+
3438
[tool.hatch.build.targets.wheel.shared-data]
3539
"jupyter_server_config.d/notebook_shim.json" = "etc/jupyter/jupyter_server_config.d/notebook_shim.json"
3640

0 commit comments

Comments
 (0)