fix: fixes pipeline building process
This commit is contained in:
parent
15e04380f4
commit
529bb26d0b
3 changed files with 9 additions and 3 deletions
|
@ -26,8 +26,8 @@ build:
|
|||
- job: gitversion
|
||||
artifacts: true
|
||||
script:
|
||||
- sed -i "s/0.0.1/${GitVersion_MajorMinorPatch}/" src/optima35/__init__.py
|
||||
- cat src/optima35/__init__.py
|
||||
- sed -i "s/0.0.1/${GitVersion_MajorMinorPatch}/" src/OptimaLab35/__init__.py
|
||||
- cat src/OptimaLab35/__init__.py
|
||||
- python3 -m pip install build
|
||||
- python3 -m build
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue