diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 9a50832..feca7b9 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 973c39c +_commit: 55f9353 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e0faf55..914dc25 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: cibuildwheel: - "cp311" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: 'true'