feature: cambio pipelines para usar uv package manager

This commit is contained in:
jt
2026-02-10 20:34:04 -03:00
parent 9564339218
commit 0f700b026a
4 changed files with 150 additions and 5 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
image: python:3.12
image: python:3.10
pipelines:
branches:
@@ -8,6 +8,6 @@ pipelines:
caches:
- pip
script:
- cd $BITBUCKET_CLONE_DIR
- pip install .
- git-flow tag --token=$BEARER
- pip install uv
- uv run git-flow tag --token=$BEARER
- uv publish --token=$PYPI_TOKEN