debugging pipline
This commit is contained in:
parent
0c4fbc13da
commit
a5a65887be
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ build:
|
|||
- job: gitversion
|
||||
artifacts: true
|
||||
script:
|
||||
- sed -i "s/###VERSION###/${GitVersion_MajorMinorPatch}a${GitVersion_BuildMetaData}/" src/optima35/__init__.py
|
||||
- sed -i "s/0.0.1/${GitVersion_MajorMinorPatch}a${GitVersion_BuildMetaData}/" src/optima35/__init__.py
|
||||
- cat src/optima35/__init__.py
|
||||
- python3 -m pip install build
|
||||
- python3 -m build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue