diff --git a/.github/workflows/github_workflows_build-all_3.13.yml b/.github/workflows/github_workflows_build-all_3.13.yml index 07c3bd04..8fb8b505 100644 --- a/.github/workflows/github_workflows_build-all_3.13.yml +++ b/.github/workflows/github_workflows_build-all_3.13.yml @@ -129,7 +129,7 @@ jobs: run: | & "$env:build_location\python\python.exe" -m pip install --upgrade pip & "$env:build_location\python\python.exe" -m pip install --upgrade packaging==25.0 - & "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'$env:build_location');dist.patch_standard_packages('pip', to_movable=True)" + & "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)" - name: Write env.ini file shell: pwsh diff --git a/.github/workflows/github_workflows_build-all_3.14.yml b/.github/workflows/github_workflows_build-all_3.14.yml index dae7fd60..5b99389e 100644 --- a/.github/workflows/github_workflows_build-all_3.14.yml +++ b/.github/workflows/github_workflows_build-all_3.14.yml @@ -114,7 +114,7 @@ jobs: run: | & "$env:build_location\python\python.exe" -m pip install --upgrade pip & "$env:build_location\python\python.exe" -m pip install --upgrade packaging==25.0 - & "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'$env:build_location');dist.patch_standard_packages('pip', to_movable=True)" + & "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)" - name: Write env.ini file shell: pwsh