File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 shell : bash -l {0}
7474 run : |
7575 set -eux
76- pip install hatch
76+ pip install build
7777 yarn build:packages
7878
7979 - name : Upload extension packages
Original file line number Diff line number Diff line change 2121 jupyterlab=4
2222 yarn=3
2323 pip
24+ tomlkit
2425 jupyter-releaser
2526
2627 - name : Check Release
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ python_packages = [
2727]
2828
2929[tool .jupyter-releaser .hooks ]
30- before-bump-version = [" python -m pip install hatch 'jupyterlab>=4.0.0'" ]
30+ before-bump-version = [" python -m pip install hatch build 'jupyterlab>=4.0.0'" ]
3131before-build-npm = [
3232 " python -m pip install datamodel-code-generator" ,
3333 " jlpm" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def build_packages():
2323 execute (install_build_deps )
2424
2525 for py_package in python_packages :
26- execute ("hatch build" , cwd = root_path / python_package_prefix / py_package )
26+ execute ("python -m build" , cwd = root_path / python_package_prefix / py_package )
2727
2828
2929if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments