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/*
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue