mirror of
https://github.com/moepman/acertmgr.git
synced 2024-11-16 02:59:13 +01:00
GitHub Actions: use current setuptools and wheel
This commit is contained in:
parent
62f01aeff9
commit
5d157a5563
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -12,7 +12,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -qq -y
|
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
|
- name: Prepare build process
|
||||||
id: buildprep
|
id: buildprep
|
||||||
|
Loading…
Reference in New Issue
Block a user