From 7a5d35f29baa9c9792a325463ee2a4f76aa84aef Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 12 Oct 2020 19:22:02 +0200 Subject: [PATCH] GitHub Actions: use current setuptools and wheel --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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