Files
django-todo/dodo.py
2021-06-02 14:16:35 +03:00

12 lines
178 B
Python

#!usr/bin/env python3
'''
'''
import glob
def task_wheel():
"""Create bynary wheel distribution"""
return {
'actions': ['python3 -m build -w']
}