Update sdist task

This commit is contained in:
Douglas Paz 2018-11-30 16:03:29 -03:00
parent bb27b927f6
commit 5dae82b37d

View file

@ -1,4 +1,5 @@
sdist:
rm -rf dist/*
pipenv run python setup.py sdist bdist_wheel
install: