Commit 8180eb14 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

Push manually the dev python package.

parent 991392d5
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -76,13 +76,9 @@ build:csp-lmc-common_image:
test:csp-lmc-common:
  extends: .test_common
  variables: 
    PWD: $(pwd)
  stage: test_common
  script:
    - echo $(PWD)
    - echo $CI_PROJECT_DIR
    - cd $BUILD_PATH  
    - echo $(PWD)
    - make test

#
@@ -107,6 +103,7 @@ test:csp-lmc-common:
  script:
    - cd $BUILD_PATH
    - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true
  when: manual

.publish_python_release_common:
  extends: .publish_python_common