Skip to content

Commit 7457fd3

Browse files
pradyunsghugovk
andauthored
Correct the name of step in GitHub Action
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 6939d48 commit 7457fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-ensurepip-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- uses: actions/setup-python@v4
2929
with:
3030
python-version: '3'
31-
- name: Compare checksums of bundled pip to ones published on PyPI
31+
- name: Compare checksum of bundled pip to the one published on PyPI
3232
run: ./Tools/build/verify_ensurepip_wheels.py

0 commit comments

Comments
 (0)