Updated makefile

This commit is contained in:
Mark Qvist 2026-05-21 17:58:59 +02:00
commit b415a136f3

View file

@ -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