Correct the name of step in GitHub Action · python/cpython@7457fd3 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 7457fd3
and
authored
Correct the name of step in GitHub Action
Co-authored-by: Hugo van Kemenade hugovk@users.noreply.github.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -28,5 +28,5 @@ jobs: | ||
28 | 28 | - uses: actions/setup-python@v4 |
29 | 29 | with: |
30 | 30 | 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 | |
32 | 32 | run: ./Tools/build/verify_ensurepip_wheels.py |