File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
token : ${{ secrets.GITHUB_TOKEN }}
23
23
- name : Upload Distributions
24
- uses : actions/upload-artifact@v2
24
+ uses : actions/upload-artifact@v4
25
25
with :
26
26
name : jupyter-resource-usage-releaser-dist-${{ github.run_number }}
27
27
path : .jupyter_releaser_checkout/dist
Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
os : [ubuntu, macos, windows]
18
- python-version : ["3.7 ", "3.10 "]
18
+ python-version : ["3.9 ", "3.13 "]
19
19
20
20
steps :
21
21
- name : Checkout
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ dependencies = [
31
31
" jupyter_server>=1.8,<3"
32
32
]
33
33
34
+ [project .urls ]
35
+ Homepage = " https://jupyter.org"
36
+ Source = " https://github.com/jupyter/notebook_shim"
37
+
34
38
[tool .hatch .build .targets .wheel .shared-data ]
35
39
"jupyter_server_config.d/notebook_shim.json" = " etc/jupyter/jupyter_server_config.d/notebook_shim.json"
36
40
You can’t perform that action at this time.
0 commit comments