From ade86f13504f7d2ebca96a5b39b4892eaa489d76 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Tue, 10 Feb 2026 20:38:02 -0300 Subject: [PATCH] bugfix: agrego paso de build al pipeline --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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