We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcbbfe commit 5001d97Copy full SHA for 5001d97
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install Debian Build Dependencies
53
run: |
54
sudo apt-get update
55
- sudo apt-get install -y debhelper dh-python python3-all python3-setuptools python3-wheel python3-build fakeroot
+ sudo apt-get install -y build-essential debhelper dh-python python3-all python3-setuptools python3-wheel python3-build pybuild-plugin-pyproject fakeroot
56
57
- name: Build Debian Package
58
0 commit comments