Skip to content

Commit

Permalink
Correct the name of step in GitHub Action
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
pradyunsg and hugovk authored Jan 15, 2023
1 parent 6939d48 commit 7457fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-ensurepip-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3'
- name: Compare checksums of bundled pip to ones published on PyPI
- name: Compare checksum of bundled pip to the one published on PyPI
run: ./Tools/build/verify_ensurepip_wheels.py

0 comments on commit 7457fd3

Please sign in to comment.