Merged in bugfix/add-build-step-to-pipeline (pull request #58)
bugfix: agrego paso de build al pipeline Approved-by: Jonathan Teran
This commit is contained in:
@@ -4,10 +4,11 @@ pipelines:
|
||||
branches:
|
||||
'main':
|
||||
- step:
|
||||
name: "Tag main"
|
||||
name: "Tag and publish package"
|
||||
caches:
|
||||
- pip
|
||||
script:
|
||||
- pip install uv
|
||||
- uv run git-flow tag --token=$BEARER
|
||||
- uv build
|
||||
- uv publish --token=$PYPI_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user