fix
This commit is contained in:
parent
5070a82e51
commit
1a257c0c13
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ 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/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