]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) ... 94130/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jun 2022 14:04:06 +0000 (07:04 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 14:04:06 +0000 (16:04 +0200)
commit4a285256147abb0a922d7165acf9777ac79b3091
tree44fbc3ed226ae872c3cd316e0bf71bc2a4e65d93
parent798ace50f9d5b7d12bf3328efeebc355cbba2c7e
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94122)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
(cherry picked from commit d36954b7ead06daead3dcf9b0dd9f8002eab508f)

Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
.github/workflows/verify-ensurepip-wheels.yml [new file with mode: 0644]
Misc/NEWS.d/next/Tests/2022-03-14-23-28-17.bpo-47016.K-t2QX.rst [new file with mode: 0644]
Tools/scripts/verify_ensurepip_wheels.py [new file with mode: 0755]