Skip to content

Commit a67b625

Browse files
committed
fix the past versions
1 parent c07834b commit a67b625

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github_workflows_build-dot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
shell: pwsh
118118
run: |
119119
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
120-
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)"
120+
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)"
121121
122122
- name: Write env.ini file
123123
shell: pwsh

.github/workflows/github_workflows_build-slim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
shell: pwsh
118118
run: |
119119
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
120-
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)"
120+
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)"
121121
122122
- name: Write env.ini file
123123
shell: pwsh

.github/workflows/github_workflows_build-whl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
shell: pwsh
118118
run: |
119119
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
120-
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)"
120+
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)"
121121
122122
- name: Write env.ini file
123123
shell: pwsh

0 commit comments

Comments
 (0)