diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 082a43b..c752332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: uses: actions/setup-python@v2 - name: Install dependencies run: - python -m pip install -U pip wheel twine + python -m pip install -U pip wheel twine setuptools - name: Make dists run: python setup.py sdist bdist_wheel