Skip to content

Commit

Permalink
Test legacy packaging
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed May 3, 2023
1 parent ee30ea5 commit 12d51e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
task: PYTHONPATH=./src make -f Makefile lint
- dependencies: python3-into-dbus-python
task: PYTHONPATH=./src make -f Makefile test
- dependencies: python-setuptools python3-into-dbus-python
task: make legacy-package
runs-on: ubuntu-latest
container: fedora:34 # LOWEST DEVELOPMENT ENVIRONMENT
steps:
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ yamllint:
.PHONY: package
package:
(umask 0022; python -m build; python -m twine check --strict ./dist/*)

.PHONY: legacy-package
legacy-package:
python3 setup.py build
python3 setup.py install

0 comments on commit 12d51e2

Please sign in to comment.