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
|
||||
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
|
||||
- python3 -m twine upload --repository testpypi dist/*
|
||||
|
||||
create_tag:
|
||||
extends: .git:create_tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue