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