Skip to content

Commit fbdf8fa

Browse files
committed
fix: python version in release docs workflow
1 parent 8cc3612 commit fbdf8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v6
3939
- uses: actions/setup-python@v6
4040
with:
41-
python-version: ${{ matrix.python }}
41+
python-version: 3.12
4242
- name: Install UV
4343
uses: astral-sh/setup-uv@v7
4444
- name: Build docs

0 commit comments

Comments
 (0)