diff --git a/.drone.yml b/.drone.yml index 08ca00b..17e6c59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,3 +11,7 @@ steps: - name: Run unit test commands: - python -m unittest lmwsip + +- name: Build package files + commands: + - python3 setup.py sdist bdist_wheel