debugging pipline
This commit is contained in:
parent
5c1acf6699
commit
66fcc0b00a
1 changed files with 13 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue