From a478ce21082f402b6cfe516727d04553e31246b8 Mon Sep 17 00:00:00 2001 From: Lawson Woods Date: Sat, 20 Jul 2024 14:50:38 -0700 Subject: [PATCH] no deps for wheels --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b5f8768..17c20fe 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -43,7 +43,7 @@ jobs: - name: Build wheel run: | - pip wheel . -w wheelhouse/ + pip wheel --no-deps . -w wheelhouse/ - name: upload artifacts uses: actions/upload-artifact@v4