debugging pipline
This commit is contained in:
parent
d5e2744010
commit
0c4fbc13da
1 changed files with 3 additions and 1 deletions
|
@ -39,15 +39,17 @@ publish:
|
||||||
tags:
|
tags:
|
||||||
- gitlab-org-docker
|
- gitlab-org-docker
|
||||||
variables:
|
variables:
|
||||||
TWINE_USERNAME: $TWINE_USER
|
TWINE_USERNAME: "__token__"
|
||||||
TWINE_PASSWORD: $TWINE_API
|
TWINE_PASSWORD: $TWINE_API
|
||||||
needs:
|
needs:
|
||||||
- job: build
|
- job: build
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
|
- echo $TWINE_USERNAME
|
||||||
- echo $TWINE_API
|
- echo $TWINE_API
|
||||||
- echo $TWINE_PASSWORD
|
- echo $TWINE_PASSWORD
|
||||||
|
- echo $TWIN_USER
|
||||||
- python3 -m twine upload --repository testpypi dist/* --verbose
|
- python3 -m twine upload --repository testpypi dist/* --verbose
|
||||||
|
|
||||||
create_tag:
|
create_tag:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue