From 48ff516af8fab6d83e1677e8946d110ac24c611e Mon Sep 17 00:00:00 2001 From: d3vyce Date: Tue, 19 Dec 2023 22:54:48 +0100 Subject: [PATCH] fix action --- .github/workflows/pypi-build-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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