GitHub Actions: use current setuptools and wheel

This commit is contained in:
Markus 2020-10-12 19:22:02 +02:00
parent 62f01aeff9
commit 7a5d35f29b
1 changed files with 2 additions and 1 deletions

View File

@ -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