debugging pipline

This commit is contained in:
Mr Finchum 2025-01-16 16:32:37 +01:00
parent bf95b63a1d
commit 5c1acf6699

View file

@ -26,13 +26,25 @@ build:
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 build
- python3 -m build - python3 -m build
artifacts: artifacts:
paths: paths:
- dist/* - dist/*
expire_in: 1 day 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: create_tag:
extends: .git:create_tag extends: .git:create_tag
stage: release stage: release