debugging
This commit is contained in:
parent
1457f20d79
commit
7ba71eb4e3
1 changed files with 4 additions and 1 deletions
|
@ -26,8 +26,11 @@ build:
|
||||||
script:
|
script:
|
||||||
- sed -i "s/###VERSION###/$GitVersion_MajorMinorPatch/" 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
|
||||||
- python3 -m build
|
- python3 -m build
|
||||||
|
artifacts:
|
||||||
|
reports:
|
||||||
|
package: dist/*
|
||||||
|
|
||||||
create_tag:
|
create_tag:
|
||||||
extends: .git:create_tag
|
extends: .git:create_tag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue