diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 48c389ab0a..0ea5058bdd 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -33,7 +33,7 @@ jobs: - name: Build shell: pwsh run: | - pip install twine + pip install twine wheel setuptools python setup.py sdist bdist_wheel - name: Publish to PyPI env: