changed release workflow from releasing snapshot versions to "stable" versions. More info at https://github.com/MCV-Software/TWBlue/pull/567

This commit is contained in:
Abdulqadir Ahmad
2023-12-30 16:40:19 +01:00
parent 8d93c170e2
commit 275f5e763b
4 changed files with 22 additions and 18 deletions

View File

@@ -10,6 +10,7 @@ echo "done."
echo "Building binary..."
cd src
python write_version_data.py
python setup.py build
cd ..
echo "done."