We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb8f01 commit b963becCopy full SHA for b963bec
.github/workflows/main.yml
@@ -47,8 +47,6 @@ jobs:
47
include:
48
- dependencies: python3-into-dbus-python
49
task: PYTHONPATH=./src make -f Makefile test
50
- - dependencies: python-setuptools python3-into-dbus-python
51
- task: make legacy-package
52
runs-on: ubuntu-latest
53
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
54
steps:
Makefile
@@ -40,8 +40,3 @@ yamllint:
40
.PHONY: package
41
package:
42
(umask 0022; python -m build; python -m twine check --strict ./dist/*)
43
-
44
-.PHONY: legacy-package
45
-legacy-package:
46
- python3 setup.py build
- python3 setup.py install
0 commit comments