Commit f312956
fix: python version in release docs workflow (apache#3102)
# 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
<img width="687" height="113" alt="image"
src="https://github.com/user-attachments/assets/f4e89403-20b1-4451-b220-3cfb7b84e394"
/>
## Are these changes tested?
No
## Are there any user-facing changes?
No1 parent b590134 commit f312956
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments