fix: fixes version insection #2

Merged
CodeByMrFinchum merged 1 commit from fix/ci_build into main 2025-04-11 13:03:50 +02:00
Showing only changes of commit 9535b869af - Show all commits

View file

@ -56,7 +56,7 @@ steps:
- ls
- cat gitversion.env
- export $(cat gitversion.env | xargs)
- sed -i "s/1.0.0/${GitVersion_SemVer}/" src/optima35/__init__.py
- sed -i "s/1.0.0/$GitVersion_SemVer/" src/optima35/__init__.py
- cat src/optima35/__init__.py
- python3 -m pip install build
- python3 -m build