From e2ace9d63302dbc0e9b3c7fb1cc2ee5c5e82c301 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 14 Jul 2024 22:10:01 +0200 Subject: [PATCH] test build in develop and pull requests --- .github/workflows/python-app.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index eb64947..481ade5 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -23,7 +23,10 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox + pip install --upgrade setuptools setuptools_scm wheel build tox - name: Lint and test run: | tox + - name: Build + run: | + python -m build -nwsx .