Skip to content

Commit 52ee1ce

Browse files
committed
Add PYTHON_DIST_RELEASE and fix version var
Update CI workflow (.github/workflows/build-python.yml): remove quotes from PYTHON_VERSION_SHORT (use numeric 3.12) and add PYTHON_DIST_RELEASE=20260203 to track the Python distribution release. This adjusts environment variables used by the Python build jobs.
1 parent 01f1a29 commit 52ee1ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
env:
1010
PYTHON_VERSION: 3.12.12
1111
PYTHON_WINDOWS_VERSION: 3.12.10
12-
PYTHON_VERSION_SHORT: '3.12'
12+
PYTHON_VERSION_SHORT: 3.12
13+
PYTHON_DIST_RELEASE: 20260203
1314

1415
jobs:
1516
build-darwin:

0 commit comments

Comments
 (0)