Skip to content

fix: python version in release docs workflow#3102

Merged
kevinjqliu merged 1 commit intoapache:mainfrom
geruh:matrix
Feb 26, 2026
Merged

fix: python version in release docs workflow#3102
kevinjqliu merged 1 commit intoapache:mainfrom
geruh:matrix

Conversation

@geruh
Copy link
Member

@geruh geruh commented Feb 26, 2026

Rationale for this change

This pr is a small change to correct the python-release-docs.yaml python version to reference a python version. Today it uses an non existing variable of ${{ matrix.python }.

This will evaluate to an empty sting and just use the runners system python install which happens to work. So this change will hardcode to use 3.12 to match python-ci-docs.yml.

Action warning

Link: https://github.com/apache/iceberg-python/actions/runs/22287174360

image

Are these changes tested?

No

Are there any user-facing changes?

No

Copy link
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty!

@kevinjqliu kevinjqliu merged commit 4173ef7 into apache:main Feb 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants