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.
2 parents bbae3e7 + 5d408a6 commit 7505de6Copy full SHA for 7505de6
.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