From ad81b08e65bf76753a67aeef0254f3ddc989e42a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 20:31:37 +0000 Subject: [PATCH] Update from copier (2025-04-21T20:31:37) --- .copier-answers.yml | 2 +- .github/workflows/build.yml | 11 ++--------- pyproject.toml | 1 + 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index caf3268..3565266 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 122ea92 +_commit: 839686f _src_path: https://github.com/python-project-templates/base.git add_extension: jupyter email: 3105306+timkpaine@users.noreply.github.com diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b3b21b..a0096b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,16 +40,9 @@ jobs: with: version: ${{ matrix.python-version }} - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + - uses: actions-ext/node/setup@main with: - node-version: ${{ matrix.node-version }} - - - name: Install pnpm - uses: pnpm/action-setup@v4 - with: - version: 9 - package_json_file: js/package.json + version: 20.x - name: Install dependencies run: make develop diff --git a/pyproject.toml b/pyproject.toml index 6f97027..48c0d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,6 +118,7 @@ exclude = [ [tool.hatch.build.targets.wheel] packages = ["python_template_jupyter"] +exclude = ["js"] [tool.hatch.build.targets.wheel.shared-data] "python_template_jupyter/labextension" = "share/jupyter/labextensions/python_template_jupyter"