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:
|
||||
- gitlab-org-docker
|
||||
variables:
|
||||
TWINE_USERNAME: $TWINE_USER
|
||||
TWINE_USERNAME: "__token__"
|
||||
TWINE_PASSWORD: $TWINE_API
|
||||
needs:
|
||||
- job: build
|
||||
artifacts: true
|
||||
script:
|
||||
- python3 -m pip install twine
|
||||
- echo $TWINE_USERNAME
|
||||
- echo $TWINE_API
|
||||
- echo $TWINE_PASSWORD
|
||||
- echo $TWIN_USER
|
||||
- python3 -m twine upload --repository testpypi dist/* --verbose
|
||||
|
||||
create_tag:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue