Skip to content

Commit 5c51155

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

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu, macos, windows]
18-
python-version: ["3.7", "3.10"]
18+
python-version: ["3.9", "3.13"]
1919

2020
steps:
2121
- name: Checkout

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)