Files
git-flow/bitbucket-pipelines.yml
T

14 lines
274 B
YAML

image: python:3.10
pipelines:
branches:
'main':
- step:
name: "Tag main"
caches:
- pip
script:
- pip install uv
- uv run git-flow tag --token=$BEARER
- uv publish --token=$PYPI_TOKEN