summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-08-07 23:47:40 (GMT)
committerGitHub <noreply@github.com>2020-08-07 23:47:40 (GMT)
commit70e9243a55be9c32b41f2149cdfa3957f96f8471 (patch)
tree6d24bab89214c1c89629a46443e8e7bbc2206eee /.github
parent1ecbfbc26a51469672ab49eb306616a16a4c2450 (diff)
downloadcpython-70e9243a55be9c32b41f2149cdfa3957f96f8471.zip
cpython-70e9243a55be9c32b41f2149cdfa3957f96f8471.tar.gz
cpython-70e9243a55be9c32b41f2149cdfa3957f96f8471.tar.bz2
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21774)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_msi.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index 182eb7c..3664ccb 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -9,6 +9,7 @@ on:
- 3.7
paths:
- 'Tools/msi/**'
+ - 'Lib/ensurepip/**'
pull_request:
branches:
- master
@@ -17,6 +18,7 @@ on:
- 3.7
paths:
- 'Tools/msi/**'
+ - 'Lib/ensurepip/**'
jobs:
build_win32: