Updated makefile

This commit is contained in:
Mark Qvist 2026-05-20 00:33:46 +02:00
commit 29c79177a6

View file

@ -23,7 +23,7 @@ build_sdist:
build_spkg: remove_symlinks build_sdist create_symlinks
release: remove_symlinks build_wheel create_symlinks
release: remove_symlinks build_wheel build_spkg create_symlinks
upload:
@echo Uploading to PyPi...