From f2eb5af5f27470a650635bfd5fc213ecec7c230f Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Wed, 11 Feb 2026 07:38:24 -0300 Subject: [PATCH] bugfix: test pipeline change --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f88d4bd..5d48553 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -10,5 +10,7 @@ pipelines: script: - pip install uv - uv run git-flow tag --token=$BEARER + - git status + - git log --oneline -5 - uv build - uv publish --token=$PYPI_TOKEN