debugging pipline
This commit is contained in:
parent
bf95b63a1d
commit
5c1acf6699
1 changed files with 13 additions and 1 deletions
|
@ -26,13 +26,25 @@ build:
|
|||
script:
|
||||
- sed -i "s/###VERSION###/${GitVersion_MajorMinorPatch}a${GitVersion_BuildMetaData}/" src/optima35/__init__.py
|
||||
- cat src/optima35/__init__.py
|
||||
- python3 -m pip install --upgrade pip build
|
||||
- python3 -m pip install build
|
||||
- python3 -m build
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/*
|
||||
expire_in: 1 day
|
||||
|
||||
#publish:
|
||||
#stage: release
|
||||
#image: python:3.9.21
|
||||
#tags:
|
||||
#- gitlab-org-docker
|
||||
#needs:
|
||||
#- job: build
|
||||
#artifacts: true
|
||||
#script:
|
||||
#- python3 -m pip install twine
|
||||
#- python3 -m twine upload --repository testpypi dist/*
|
||||
|
||||
create_tag:
|
||||
extends: .git:create_tag
|
||||
stage: release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue