We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6939d48 commit 7457fd3Copy full SHA for 7457fd3
.github/workflows/verify-ensurepip-wheels.yml
@@ -28,5 +28,5 @@ jobs:
28
- uses: actions/setup-python@v4
29
with:
30
python-version: '3'
31
- - name: Compare checksums of bundled pip to ones published on PyPI
+ - name: Compare checksum of bundled pip to the one published on PyPI
32
run: ./Tools/build/verify_ensurepip_wheels.py
0 commit comments