15 lines
291 B
YAML
15 lines
291 B
YAML
image: python:3.12
|
|
|
|
pipelines:
|
|
branches:
|
|
'main':
|
|
- step:
|
|
name: "Tag main"
|
|
caches:
|
|
- pip
|
|
script:
|
|
- cd $BITBUCKET_CLONE_DIR
|
|
- pip install --upgrade pip
|
|
- pip install .
|
|
- git-flow tag $BEARER
|