diff --git a/csp-lmc-common/.gitlab-ci.yml b/csp-lmc-common/.gitlab-ci.yml
index ed04811c80ebb31fc4b6d46fe0be28d2c2773073..3535b76d2bdf7b5a5822e4f10124aa69909bfd3c 100644
--- a/csp-lmc-common/.gitlab-ci.yml
+++ b/csp-lmc-common/.gitlab-ci.yml
@@ -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