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