feature: cambio pipelines para usar uv package manager
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user