From fbdf8fa3126ffb59ba4e68a7f8faa50e7da56812 Mon Sep 17 00:00:00 2001 From: geruh Date: Wed, 25 Feb 2026 10:14:53 -0800 Subject: [PATCH] fix: python version in release docs workflow --- .github/workflows/python-release-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-release-docs.yml b/.github/workflows/python-release-docs.yml index 43a19b40c1..de9db554cf 100644 --- a/.github/workflows/python-release-docs.yml +++ b/.github/workflows/python-release-docs.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: - python-version: ${{ matrix.python }} + python-version: 3.12 - name: Install UV uses: astral-sh/setup-uv@v7 - name: Build docs