diff --git a/Makefile b/Makefile index 18e4c9a..40924ce 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ deb_dist: python setup.py --command-packages=stdeb.command bdist_deb publish : - twine upload dist/* + twine upload dist/*.tar.gz dist/*.whl test: pytest -v -s