Skip to content

Commit 1934bc6

Browse files
committed
Add pybuild-plugin-pyproject as build depends
- Add discussion permission
1 parent af10f94 commit 1934bc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-deb.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
permissions:
2424
contents: write
2525
packages: write
26+
discussions: write
2627

2728
# Steps represent a sequence of tasks that will be executed as part of the job
2829
steps:
@@ -38,7 +39,7 @@ jobs:
3839
sudo apt-get update -qq
3940
sudo apt install -y build-essential debhelper devscripts dh-python \
4041
desktop-file-utils gettext libglib2.0-bin libgtk-4-bin meson python3 \
41-
python3-sphinx python3-sphinx-argparse
42+
pybuild-plugin-pyproject python3-sphinx python3-sphinx-argparse
4243
4344
- name: build-deb
4445
run: |

0 commit comments

Comments
 (0)