fix: fixes version insection
This commit is contained in:
parent
41d81c4f7c
commit
9535b869af
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ steps:
|
||||||
- ls
|
- ls
|
||||||
- cat gitversion.env
|
- cat gitversion.env
|
||||||
- export $(cat gitversion.env | xargs)
|
- 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
|
- cat src/optima35/__init__.py
|
||||||
- python3 -m pip install build
|
- python3 -m pip install build
|
||||||
- python3 -m build
|
- python3 -m build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue