Merged in bugfix/test-pipeline-change (pull request #63)

bugfix: test pipeline change

Approved-by: Jonathan Teran
This commit is contained in:
JonathanGitFlow
2026-02-11 10:40:39 +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 -5
- uv build - uv build
- uv publish --token=$PYPI_TOKEN - uv publish --token=$PYPI_TOKEN