diff --git a/tasks/repo_build_wheels.yml b/tasks/repo_build_wheels.yml index 6fa4ec9..7aabdb1 100644 --- a/tasks/repo_build_wheels.yml +++ b/tasks/repo_build_wheels.yml @@ -128,7 +128,7 @@ - name: Get /opt/get-pip.py if it does not exist get_url: - url: "{{ pip_upstream_url | default('https://bootstrap.pypa.io/3.2/get-pip.py') }}" + url: "{{ pip_upstream_url | default('https://bootstrap.pypa.io/3.3/get-pip.py') }}" dest: "/opt/get-pip.py" force: no register: _get_pip