debugging pipline

This commit is contained in:
Mr Finchum 2025-01-21 18:23:41 +01:00
parent 5c1acf6699
commit 66fcc0b00a

View file

@ -33,17 +33,19 @@ build:
- 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/*
publish:
stage: release
image: python:3.9.21
tags:
- gitlab-org-docker
variables:
TWINE_PASSWORD: $TWINE_API
needs:
- job: build
artifacts: true
script:
- python3 -m pip install twine
- python3 -m twine upload --repository testpypi dist/*
create_tag:
extends: .git:create_tag