Commit 3e4f33ab authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix-setup-bug: push csp-lmc-common dev package on nexus repo.

parent 461d2f29
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -131,9 +131,6 @@ linting:csp-lmc-common:
  script:
    - cd $BUILD_PATH
    - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true
  only:        # publish development package only when source code changes
    changes:
      - "**/*.py"

.publish_python_release_common:
  extends: .publish_python_common