diff --git a/.github/workflows/pypi-build-version.yml b/.github/workflows/pypi-build-version.yml index 7c5f291..820985b 100644 --- a/.github/workflows/pypi-build-version.yml +++ b/.github/workflows/pypi-build-version.yml @@ -12,7 +12,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install --yes python3-setuptools python3-build python3-venv + sudo apt-get install --yes python3 python3-setuptools python3-wheel python3-build python3-venv - name: Build run: | python3 -m build