debugging
This commit is contained in:
parent
7d199e4043
commit
777413c0c6
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@ build:
|
||||||
- job: gitversion
|
- job: gitversion
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- sed -i "s/###VERSION###/$GitVersion_SemVer/" src/optima35/__init__.py
|
- sed -i "s/###VERSION###/$GitVersion_MajorMinorPatch/" src/optima35/__init__.py
|
||||||
- cat src/optima35/__init__.py
|
- cat src/optima35/__init__.py
|
||||||
#- python3 -m pip install --upgrade pip build twine
|
- python3 -m pip install --upgrade pip build twine
|
||||||
#- python3 -m build
|
- python3 -m build
|
||||||
|
|
||||||
create_tag:
|
create_tag:
|
||||||
extends: .git:create_tag
|
extends: .git:create_tag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue