diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e654684..3516705 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -2,16 +2,6 @@ image: python:3.12 pipelines: branches: - 'dev': - - step: - name: "Tag dev" - caches: - - pip - script: - - cd $BITBUCKET_CLONE_DIR - - pip install --upgrade pip - - pip install . - - git-flow tag $BEARER 'main': - step: name: "Tag main"