Updated makefile

master
Mark Qvist 2026-05-21 17:58:59 +02:00
parent dffbf4dfe1
commit b415a136f3
1 changed files with 1 additions and 1 deletions

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