From d9750c17d350346e52cdb1e33b0222bce116b980 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Fri, 17 May 2024 10:03:35 +0000 Subject: [PATCH] try to update wheel --- .github/workflows/pypi.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 1c55f95..9ee3bc8 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -42,9 +42,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install package run: | - which python3 - python3 -m pip install -U pip - python3 -m pip install setuptools + python3 -m pip install -U pip setuptools wheel python3 -m pip install --index-url https://test.pypi.org/simple/ scraibe