Merged in chore/test-git-status-after-tag (pull request #59)

test: muestro git status y log despues de taggear el commit en pipeline

Approved-by: Jonathan Teran
This commit is contained in:
JonathanGitFlow
2026-02-10 23:49:02 +00:00
committed by jt
+2
View File
@@ -10,5 +10,7 @@ pipelines:
script: script:
- pip install uv - pip install uv
- uv run git-flow tag --token=$BEARER - uv run git-flow tag --token=$BEARER
- git status
- git log --oneline -1
- uv build - uv build
- uv publish --token=$PYPI_TOKEN - uv publish --token=$PYPI_TOKEN