From 58cdc4a403aff2c80a98a3364a19a9bca1062c45 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 05:48:18 +0000 Subject: [PATCH] Update from copier (2026-03-01T05:48:18) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 4 ++-- pyproject.toml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index a1c8fb1..15411ea 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 08a244d +_commit: 4d4d95a _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: js diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3bc5e51..89eb4ce 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -63,7 +63,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Upload test results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }} path: '**/junit.xml' @@ -84,7 +84,7 @@ jobs: run: make dist if: matrix.os == 'ubuntu-latest' - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: dist-${{matrix.os}} path: dist diff --git a/pyproject.toml b/pyproject.toml index 4277852..a00add9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ branch = true omit = [ "python_template_js/tests/integration/", ] + [tool.coverage.report] exclude_also = [ "raise NotImplementedError",