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