Skip to content

Commit b963bec

Browse files
committed
Drop legacy package target
Signed-off-by: mulhern <[email protected]>
1 parent 4cb8f01 commit b963bec

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
include:
4848
- dependencies: python3-into-dbus-python
4949
task: PYTHONPATH=./src make -f Makefile test
50-
- dependencies: python-setuptools python3-into-dbus-python
51-
task: make legacy-package
5250
runs-on: ubuntu-latest
5351
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
5452
steps:

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,3 @@ yamllint:
4040
.PHONY: package
4141
package:
4242
(umask 0022; python -m build; python -m twine check --strict ./dist/*)
43-
44-
.PHONY: legacy-package
45-
legacy-package:
46-
python3 setup.py build
47-
python3 setup.py install

0 commit comments

Comments
 (0)