From 82dac7176fb869d1356eba3e9ca6628c8df9b037 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:18:16 +0100 Subject: [PATCH] install only whl --- .github/workflows/pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 50fd6f80..e2d01ac8 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -27,7 +27,7 @@ jobs: - name: Install package (optional) run: | - pip install --upgrade dist/* + pip install --upgrade dist/*.whl - name: Upload to PyPI if: github.event_name == 'release'