Skip to content

Commit a8c3783

Browse files
committed
peach build #20
1 parent 8962ce3 commit a8c3783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: set variables
1414
run: |
1515
echo "build_location=WPy64-31360b3" >> $GITHUB_ENV
16-
echo "python_source=https://github.com/astral-sh/python-build-standalone/releases/download/20250814/cpython-3.13.6+20250814-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
17-
echo "python_sha256=09e489d2e7123cbd8111293e91af08efd203c9229c9e761ba3995bb263a6fa92"
16+
echo "python_source=https://github.com/astral-sh/python-build-standalone/releases/download/20250814/cpython-3.13.6+20250814-x86_64-pc-windows-msvc-install_only_stripped.tar.gz" >> $GITHUB_ENV
17+
echo "python_sha256=09e489d2e7123cbd8111293e91af08efd203c9229c9e761ba3995bb263a6fa92" >> $GITHUB_ENV
1818
1919
echo "WINPYINSTALLER=7zip.zip" >> $GITHUB_ENV
2020
echo "WINPYVERSION=313" >> $GITHUB_ENV

0 commit comments

Comments
 (0)