Skip to content

Commit 7a5d35f

Browse files
committed
GitHub Actions: use current setuptools and wheel
1 parent 62f01ae commit 7a5d35f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
sudo apt update -qq -y
15-
sudo apt install -qq -y build-essential fakeroot git python-all python3-cryptography python3-stdeb python3-wheel twine
15+
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
1617
1718
- name: Prepare build process
1819
id: buildprep

0 commit comments

Comments
 (0)