Skip to content

Commit 2a6700f

Browse files
committed
whl build #3
1 parent c3d62fe commit 2a6700f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
#3.13.5
3232
echo "build_location=WPy64-31351b3" >> $GITHUB_ENV
33-
echo "python_source=https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11+20250723-aarch64-pc-windows-msvc-install_only_stripped.tar.gz" >> $GITHUB_ENV
33+
echo "python_source=https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5+20250723-x86_64-pc-windows-msvc-install_only_stripped.tar.gz" >> $GITHUB_ENV
3434
echo "python_sha256=4d88fdda4a59e0d6d45953c37c2fcb4e114dd5a2d41cb5b24b75b42ab8328ff8" >> $GITHUB_ENV
3535
echo "build_location=WPy64-31350b3" >> $GITHUB_ENV
3636
echo "WINPYVER=3.13.5.1dotcb3" >> $GITHUB_ENV

.github/workflows/github_workflows_build-whl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
#3.13.5
3232
echo "build_location=WPy64-31351b3" >> $GITHUB_ENV
33-
echo "python_source=https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11+20250723-aarch64-pc-windows-msvc-install_only_stripped.tar.gz" >> $GITHUB_ENV
33+
echo "python_source=https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5+20250723-x86_64-pc-windows-msvc-install_only_stripped.tar.gz" >> $GITHUB_ENV
3434
echo "python_sha256=4d88fdda4a59e0d6d45953c37c2fcb4e114dd5a2d41cb5b24b75b42ab8328ff8" >> $GITHUB_ENV
3535
echo "build_location=WPy64-31350b3" >> $GITHUB_ENV
3636
echo "WINPYVER=3.13.5.1whlcb3" >> $GITHUB_ENV

0 commit comments

Comments
 (0)