We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af10f94 commit 1934bc6Copy full SHA for 1934bc6
.github/workflows/publish-deb.yml
@@ -23,6 +23,7 @@ jobs:
23
permissions:
24
contents: write
25
packages: write
26
+ discussions: write
27
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
steps:
@@ -38,7 +39,7 @@ jobs:
38
39
sudo apt-get update -qq
40
sudo apt install -y build-essential debhelper devscripts dh-python \
41
desktop-file-utils gettext libglib2.0-bin libgtk-4-bin meson python3 \
- python3-sphinx python3-sphinx-argparse
42
+ pybuild-plugin-pyproject python3-sphinx python3-sphinx-argparse
43
44
- name: build-deb
45
run: |
0 commit comments