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/* - dist/*
expire_in: 1 day expire_in: 1 day
#publish: publish:
#stage: release stage: release
#image: python:3.9.21 image: python:3.9.21
#tags: tags:
#- gitlab-org-docker - gitlab-org-docker
#needs: variables:
#- job: build TWINE_PASSWORD: $TWINE_API
#artifacts: true needs:
#script: - job: build
#- python3 -m pip install twine artifacts: true
#- python3 -m twine upload --repository testpypi dist/* 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