refactor: replace global command class to typer functions

This commit is contained in:
jt
2026-05-16 18:59:45 -03:00
parent e87571af8b
commit fec30cd1e8
6 changed files with 66 additions and 103 deletions
+1 -3
View File
@@ -1,4 +1,4 @@
image: python:3.10
image: python:3.14
pipelines:
branches:
@@ -10,7 +10,5 @@ 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