diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e2be707..440eb22d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - name: Build wheel and source tarball run: | - pip install wheel + pip install setuptools wheel python setup.py sdist bdist_wheel - name: Publish a Python distribution to PyPI