Skip to content

Commit 95fa95f

Browse files
committed
typo: it's packaging==25.0
1 parent 9967b61 commit 95fa95f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_workflows_build-all_3.13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
shell: pwsh
129129
run: |
130130
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
131-
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==0.25.0
131+
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==25.0
132132
& "$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)"
133133
134134
- name: Write env.ini file

.github/workflows/github_workflows_build-all_3.14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
shell: pwsh
114114
run: |
115115
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
116-
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==0.25.0
116+
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==25.0
117117
& "$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)"
118118
119119
- name: Write env.ini file

0 commit comments

Comments
 (0)