diff --git a/Makefile b/Makefile index a32cc7c..5fe5f96 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ release: remove_symlinks build_wheel build_spkg create_symlinks upload: @echo Uploading to PyPi... - twine upload dist/* + twine upload dist/*.whl dist/*.tar.gz