lint improvements

This commit is contained in:
moscap
2021-06-02 14:16:35 +03:00
parent 75e1d5c13e
commit 4fdd63b234
3 changed files with 3 additions and 3 deletions

View File

@@ -8,4 +8,4 @@ def task_wheel():
"""Create bynary wheel distribution"""
return {
'actions': ['python3 -m build -w']
}
}