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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user