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

11 lines
176 B
Python

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