]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jun 2022 13:58:16 +0000 (06:58 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 13:58:16 +0000 (15:58 +0200)
commit66f4593280be349a533523407f53b73bbe41a9ef
tree2be54818e4aa7de6c5468781a217cb32efdd021e
parentdefaa2b19a9a01c79c1d5641a8aa179bb10ead3f
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94123)

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]