diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 151dd3e9f..8464830c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,11 @@ jobs: run: | codecov + - name: Check Launcher + run: | + cd $HOME + python -m ipykernel_launcher --help + pre-commit: name: pre-commit runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index 3c6487ab1..5de353fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=0.25", "jupyter_client>=6"] +requires = ["hatchling>=1.4", "jupyter_client>=6"] build-backend = "hatchling.build" [project] @@ -54,8 +54,8 @@ test = [ [tool.hatch.build.targets.wheel.shared-data] "data_kernelspec" = "share/jupyter/kernels/python3" -[tool.hatch.build] -artifacts = ["ipykernel_launcher.py"] +[tool.hatch.build.force-include] +"./ipykernel_launcher.py" = "ipykernel_launcher.py" [tool.jupyter-releaser] skip = ["check-links"]