ci: fixes
This commit is contained in:
parent
15e04380f4
commit
c2951a9983
2 changed files with 3 additions and 3 deletions
|
@ -26,8 +26,8 @@ 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/OptimaLab35/__init__.py
|
||||||
- cat src/optima35/__init__.py
|
- cat src/OptimaLab35/__init__.py
|
||||||
- python3 -m pip install build
|
- python3 -m pip install build
|
||||||
- python3 -m build
|
- python3 -m build
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.3"
|
__version__ = "0.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue