Updated makefile

This commit is contained in:
Mark Qvist 2022-06-10 16:37:02 +02:00
parent c4a7d17b2f
commit ea7762cbc0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ build_wheel:
build_pure_wheel:
python3 setup.py sdist bdist_wheel --pure
release: remove_symlinks build_wheel build_pure_wheel create_symlinks
release: test remove_symlinks build_wheel build_pure_wheel create_symlinks
upload:
@echo Ready to publish release, hit enter to continue