diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 75542eb..89e6f0b 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3d2cd28 +_commit: 05ef55a _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 f3bccbc..2e3b999 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -88,6 +88,7 @@ jobs: make dist-py-sdist make dist-py-wheel make dist-check + shell: bash if: matrix.os == 'ubuntu-latest' - name: Make dist (Macos / Windows) @@ -95,6 +96,7 @@ jobs: rm -rf dist make dist-py-wheel make dist-check + shell: bash env: CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0 if: matrix.os != 'ubuntu-latest'