We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f01ae commit 7a5d35fCopy full SHA for 7a5d35f
.github/workflows/release.yml
@@ -12,7 +12,8 @@ jobs:
12
- name: Install dependencies
13
run: |
14
sudo apt update -qq -y
15
- 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
16
+ sudo pip3 install --upgrade setuptools wheel
17
18
- name: Prepare build process
19
id: buildprep
0 commit comments