Commit 51bed272 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

TestPipeline: Print some variables and use --verbose option for twine

parent 965d6618
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -134,7 +134,9 @@ linting:csp-lmc-common:
  script:
    - cd $BUILD_PATH
    - cat $TESTPIPRC  > /tmp/.pypirc
    - twine upload --repository gitlab --config-file /tmp/.pypirc $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA)
    - echo $CSP_TOKEN
    - echo $CI_API_V4_URL
    - twine upload --repository gitlab --config-file /tmp/.pypirc --verbose$(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA)

.publish_python_release_common:
  extends: .publish_python_common