File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments