refactor!: Stable release for optima35

This commit is contained in:
Mr Finchum 2025-01-28 15:06:29 +00:00
parent 8f539d4097
commit dc32740309
6 changed files with 232 additions and 121 deletions

View file

@ -26,7 +26,7 @@ build:
- job: gitversion
artifacts: true
script:
- sed -i "s/0.0.1/${GitVersion_MajorMinorPatch}/" src/optima35/__init__.py
- sed -i "s/1.0.0/${GitVersion_MajorMinorPatch}/" src/optima35/__init__.py
- cat src/optima35/__init__.py
- python3 -m pip install build
- python3 -m build