From 6aa06b6ec64790620aa5e2ea754d8e55db4eb2e5 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 13 Oct 2020 18:47:15 +0300 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b8f4d6..5fb6232 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: python-version: 3.8 - name: Install dependencies run: - python -m pip install --update pip wheel twine + python -m pip install -U pip wheel twine - name: Make dists run: python setup.py sdist bdist_wheel