From e7ffcbe38a08bdda9ee8132be8c95fa55e40b4ac Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Mon, 27 Feb 2023 10:10:37 -0800 Subject: Fix dependency for deploy step --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12c2039..70c3730 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,7 @@ jobs: - name: Build Source Distribution and Wheel run: | + pip install wheel python setup.py sdist --format=gztar pip wheel . -w dist -- cgit v1.2.1