diff --git a/.copier-answers.yml b/.copier-answers.yml index c56e29d..fac8a6f 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.11.0 +_commit: v0.11.1 _src_path: gh:smkent/copier-python copyright_holder: Stephen Kent copyright_holder_email: smkent@smkent.net diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca9260a..523bfd4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,6 +51,8 @@ jobs: if: ${{ matrix.python-version == '3.14' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 docs: name: Documentation