debugging pipline
This commit is contained in:
parent
a5a65887be
commit
9193406fe4
1 changed files with 1 additions and 5 deletions
|
@ -46,11 +46,7 @@ publish:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
- echo $TWINE_USERNAME
|
- python3 -m twine upload --repository testpypi dist/*
|
||||||
- echo $TWINE_API
|
|
||||||
- echo $TWINE_PASSWORD
|
|
||||||
- echo $TWIN_USER
|
|
||||||
- python3 -m twine upload --repository testpypi dist/* --verbose
|
|
||||||
|
|
||||||
create_tag:
|
create_tag:
|
||||||
extends: .git:create_tag
|
extends: .git:create_tag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue