From dd2d38d6fba977c0cc282f2a7e8de9e87918dc35 Mon Sep 17 00:00:00 2001 From: Mark LeBoeuf Date: Mon, 20 Feb 2023 10:15:14 -0800 Subject: [PATCH] build: upgrade pip installer during cd process --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 403434f..3eea9a2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -82,6 +82,7 @@ jobs: - name: Test install from TestPyPI run: | + pip install --upgrade pip pip install \ --index-url https://test.pypi.org/simple/ \ --extra-index-url https://pypi.org/simple \