diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b66478..210755d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,6 +58,8 @@ jobs: if: ${{ matrix.python-version == '3.14' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 docs: name: Documentation diff --git a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/ci.yaml.jinja b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/ci.yaml.jinja index 02cf584..3f75ca9 100644 --- a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/ci.yaml.jinja +++ b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/ci.yaml.jinja @@ -51,6 +51,8 @@ jobs: if: {% raw %}${{ matrix.python-version == '{% endraw %}{{ py.latest() }}{% raw %}' }}{% endraw %} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 {%- endif %} {% if enable_docs %} docs: diff --git a/tests/template/__snapshots__/test_workflows.ambr b/tests/template/__snapshots__/test_workflows.ambr index f49ad4d..0d888f4 100644 --- a/tests/template/__snapshots__/test_workflows.ambr +++ b/tests/template/__snapshots__/test_workflows.ambr @@ -54,6 +54,8 @@ if: ${{ matrix.python-version == '3.14' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 docs: name: Documentation @@ -234,6 +236,8 @@ if: ${{ matrix.python-version == '3.14' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 gitleaks: @@ -372,6 +376,8 @@ if: ${{ matrix.python-version == '3.12' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 docs: name: Documentation @@ -463,6 +469,8 @@ if: ${{ matrix.python-version == '3.12' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 docs: name: Documentation @@ -558,6 +566,8 @@ if: ${{ matrix.python-version == '3.14' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 docs: name: Documentation @@ -651,6 +661,8 @@ if: ${{ matrix.python-version == '3.14' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 docs: name: Documentation @@ -746,6 +758,8 @@ if: ${{ matrix.python-version == '3.14' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 docs: name: Documentation @@ -839,6 +853,8 @@ if: ${{ matrix.python-version == '3.14' }} with: fail_ci_if_error: true + use_pypi: true + version: 11.2.8 docs: name: Documentation