From b92c6d8e391f8e44549d95ab7aeefc300a6b129f Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Fri, 17 May 2024 12:07:14 +0000 Subject: [PATCH] removed extra install --- .github/workflows/pypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 11aa476..0f1ae85 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -42,8 +42,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install package run: | - python3 -m pip install -U pip setuptools wheel - python3 -m pip install --index-url https://test.pypi.org/simple/ scraibe + python3 -m pip install -U --index-url https://test.pypi.org/simple/ scraibe # publish-to-pypi: