Loading csp-lmc-common/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ linting:csp-lmc-common: only: # publish development package only when source code changes changes: - "**/*.py" when: manual .publish_python_release_common: extends: .publish_python_common Loading @@ -129,6 +130,7 @@ linting:csp-lmc-common: - cd $COMMON_BUILD_PATH - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true - twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASS dist/* || true when: manual publish:csp-lmc-common_dev: extends: .publish_python_dev_common Loading Loading
csp-lmc-common/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ linting:csp-lmc-common: only: # publish development package only when source code changes changes: - "**/*.py" when: manual .publish_python_release_common: extends: .publish_python_common Loading @@ -129,6 +130,7 @@ linting:csp-lmc-common: - cd $COMMON_BUILD_PATH - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true - twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASS dist/* || true when: manual publish:csp-lmc-common_dev: extends: .publish_python_dev_common Loading