]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
authorIllia Volochii <illia.volochii@gmail.com>
Wed, 22 Jun 2022 13:32:22 +0000 (16:32 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 13:32:22 +0000 (15:32 +0200)
commitd36954b7ead06daead3dcf9b0dd9f8002eab508f
treeab26feb32aeb3287e0241558ffe6491407aa8dba
parentc029b552f39200977325d4351803bdd13ddccc4f
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.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]