We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e362d2d commit 4e140a4Copy full SHA for 4e140a4
1 file changed
.github/workflows/weekly.yml
@@ -19,7 +19,7 @@ jobs:
19
- dependencies: pylint python3-into-dbus-python
20
task: PYTHONPATH=./src make -f Makefile lint
21
- dependencies: python python3-build twine
22
- task: package
+ task: make -f Makefile package
23
runs-on: ubuntu-latest
24
container: fedora:37 # NEXT DEVELOPMENT ENVIRONMENT
25
steps:
0 commit comments