From 31f98bf4cad83820c2d052be557a6980ac45bdb2 Mon Sep 17 00:00:00 2001 From: Benjnamin Frost Date: Tue, 21 Jan 2020 11:32:48 -0400 Subject: [PATCH] Changed python build tools to install with pip --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f264b4b..53f0e18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: run: | python -m pip install --upgrade pip pipenv pipenv install --deploy --system - pipenv install setuptools wheel twine + pip install setuptools wheel twine - name: Download js artifact uses: actions/download-artifact@v1 with: