From 6966fa35499edac62ec0f760a9cd6f4fb1221e2b Mon Sep 17 00:00:00 2001 From: Li Jiang Date: Wed, 28 May 2025 04:44:47 +0000 Subject: [PATCH] Install wheel and setuptools --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: