From 27ba58a434103315b6fafc7094034cbf7d375e8a 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:17 +0000 Subject: [PATCH] Update from copier (2026-04-02T23:28:17) 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 a5c6a9a..8c82706 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 6d93d5c +_commit: fead162 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rustjswasm diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fa3deef..af35704 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -88,7 +88,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 @@ -98,7 +98,7 @@ jobs: CIBW_BUILD: "${{ matrix.cibuildwheel }}-manylinux*" if: matrix.os == 'ubuntu-latest' - - name: Make dist + - name: Make dist (Macos / Windows) run: | make dist-py-wheel make dist-check