Skip to content

Commit

Permalink
Add pybuild-plugin-pyproject as build depends
Browse files Browse the repository at this point in the history
- Add discussion permission
  • Loading branch information
hsbasu committed Oct 25, 2024
1 parent af10f94 commit 1934bc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
permissions:
contents: write
packages: write
discussions: write

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

0 comments on commit 1934bc6

Please sign in to comment.