From 990dc18bc31e06f050c99f5af42858c7acd305d3 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Sat, 6 Jun 2026 14:01:59 -0700 Subject: [PATCH] Apply template updates Applied updates from template: v0.11.0...v0.11.1 https://github.com/smkent/jmapc/compare/v0.11.0...v0.11.1 --- .copier-answers.yml | 2 +- .github/workflows/ci.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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