8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de79e3 commit 5d408a6Copy full SHA for 5d408a6
.github/workflows/github_workflows_build-2025_05.yml
@@ -173,7 +173,7 @@ jobs:
173
# SHA not provided here: fill the correct SHA for security, otherwise the workflow will skip SHA check.
174
if [ "$PYTHON_VERSION" = "3.14" ] && [ "$WINPYARCHDET" = "64F" ]; then
175
echo "python_source=https://github.com/astral-sh/python-build-standalone/releases/download/20251031/cpython-3.14.0+20251031-x86_64-pc-windows-msvc-freethreaded+pgo-full.tar.zst" >> $GITHUB_ENV
176
- echo "python_sha256=b81de5fc9e783ea6dfcf1098c28a278c874999c71afbb0309f6a8b4276c769d0"
+ echo "python_sha256=b81de5fc9e783ea6dfcf1098c28a278c874999c71afbb0309f6a8b4276c769d0" >> $GITHUB_ENV
177
fi
178
179
# 3.15 X64 (GIL)
0 commit comments