diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 0896b3d..f88d4bd 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -4,10 +4,11 @@ pipelines: branches: 'main': - step: - name: "Tag main" + name: "Tag and publish package" caches: - pip script: - pip install uv - uv run git-flow tag --token=$BEARER + - uv build - uv publish --token=$PYPI_TOKEN