From fe1155c8acdeec6cf94f757399cbfda10c736303 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Tue, 31 May 2022 10:23:12 -0400 Subject: [PATCH] ci: fix typo in workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8edacf4..a9ee77d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: with: python-version: "3.8" - name: "Build Package" - run: + run: | pip install wheel python setup.py build sdist bdist_wheel