From fe43288c8c6f8cfa6af83c14ae2af105bbccd14f Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Fri, 9 Dec 2022 21:03:46 +0100 Subject: [PATCH] added debian dependency and test-release target for gh action --- .github/workflows/python-package.yaml | 15 +++++++++++++++ debian/control | 1 + 2 files changed, 16 insertions(+) diff --git a/.github/workflows/python-package.yaml b/.github/workflows/python-package.yaml index ac4c312..6191d28 100644 --- a/.github/workflows/python-package.yaml +++ b/.github/workflows/python-package.yaml @@ -60,3 +60,18 @@ jobs: make venv - run: | make mypy + + + test-release: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 + with: + python-version: "3.x" + + - run: | + make venv + - run: | + make test-release diff --git a/debian/control b/debian/control index 485140f..32a11f6 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: dh-sequence-sphinxdoc, dh-sequence-python3, dh-python, + pybuild-plugin-pyproject, python3-setuptools, python3-all, python3-markdown,