diff --git a/README.md b/README.md index 02f8d9f312575fcaeab3d553fe44e9403b4f0fdc..9bc4d5e3cd79078c15788c7946dc1c696dcff8b8 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,3 @@ More info: * [PyPI packages in the Package Registry](https://docs.gitlab.com/ee/user/packages/pypi_repository/) If you want to automatically create tag and publish your Python package, please have a look [here](#release-python) - -## GitLab compatibility - -:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11 diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 4e08b3af0d28f93dfaeca21475947416a350a20c..1a91abcf1a4ee93798d18b015dff8ccce619c4c9 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -751,7 +751,6 @@ py-package: - if: '$CI_COMMIT_TAG' - if: '$PYTHON_FORCE_PACKAGE == "true"' - ############################################################################################### # publish stage # ############################################################################################### @@ -768,8 +767,6 @@ py-publish: # on tags with $PYTHON_PUBLISH_ENABLED set - if: '$PYTHON_PUBLISH_ENABLED == "true" && $CI_COMMIT_TAG' - - # (manual from master branch): triggers a release (tag creation) py-release: extends: .python-base