From 98bf7e7f9c88650a342a42d6bcb5b5fe3841f780 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Tue, 10 Feb 2026 20:54:06 -0300 Subject: [PATCH] bugfix: test pipeline change --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 7da3837..5d48553 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,6 +11,6 @@ pipelines: - pip install uv - uv run git-flow tag --token=$BEARER - git status - - git log --oneline -1 + - git log --oneline -5 - uv build - uv publish --token=$PYPI_TOKEN