diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ae97419..4b1d9ec 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -23,7 +23,7 @@ jobs: with: python-version: '3.9' - name: Build deps - run: python3 -m pip install -r environments/requirements.txt + run: python3 -m pip install -r environments/requirements.txt && pip install wheel - name: Build artifacts run: python3 setup.py sdist && python setup.py bdist_wheel - name: Publish package distributions to PyPI