debugging

This commit is contained in:
Mr Finchum 2025-01-14 21:24:24 +01:00
parent 7d199e4043
commit 777413c0c6

View file

@ -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