From b3b634651723f1c64e8930fef86495743e4baa42 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:28:23 +0000 Subject: [PATCH] Update from copier (2026-04-02T23:28:23) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index ee5830e..c02231f 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 9be318c +_commit: fead162 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rust diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 35a26b4..f514a36 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -81,7 +81,7 @@ jobs: platforms: all if: runner.os == 'Linux' && runner.arch == 'X64' - - name: Make dist + - name: Make dist (Linux) run: | make dist-rs make dist-py-sdist @@ -89,7 +89,7 @@ jobs: make dist-check if: matrix.os == 'ubuntu-latest' - - name: Make dist + - name: Make dist (Macos / Windows) run: | make dist-py-wheel make dist-check