fix: fixes pipeline building process

This commit is contained in:
Mr Finchum 2025-01-22 10:25:43 +00:00
parent 15e04380f4
commit 529bb26d0b
3 changed files with 9 additions and 3 deletions

View file

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

View file

@ -1,4 +1,10 @@
# Changelog # Changelog
## 0.3.x
### 0.3.1
- Repo only: Fix building pipeline
### 0.3.0
- Repo only: adding pipeline
## 0.2.x ## 0.2.x
### 0.2.3 ### 0.2.3

View file

@ -1 +1 @@
__version__ = "0.2.3" __version__ = "0.0.1"