diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76872d3..470cf2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,8 @@ jobs: - name: Install dependencies run: | sudo apt update -qq -y - sudo apt install -qq -y build-essential fakeroot git python-all python3-cryptography python3-stdeb python3-wheel twine + sudo apt install -qq -y build-essential fakeroot git python-all python3-cryptography python3-pip python3-stdeb python3-wheel twine + sudo pip3 install --upgrade setuptools wheel - name: Prepare build process id: buildprep