Updated build scripts

This commit is contained in:
Mark Qvist 2026-06-01 14:26:47 +02:00
commit fab12ad9bf
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View file

@ -26,5 +26,10 @@ build_spkg: remove_symlinks build_sdist create_symlinks
release: remove_symlinks build_wheel build_spkg create_symlinks
upload:
@echo Ready to publish release over Reticulum
@read VOID
rngit release rns://7649a50d84610232d1416b41d2896aff/reticulum/lxmf create $$(python setup.py --getversion):dist --name lxmf
upload-pip:
@echo Uploading to PyPi...
twine upload dist/*.whl dist/*.tar.gz