Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b8b9337ac | ||
|
|
da8b27ce88 | ||
|
|
ade86f1350 |
@@ -1,3 +1,10 @@
|
||||
## v1.12.1 - 2026-02-10
|
||||
|
||||
- **bugfix**: agrego paso de build al pipeline [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (ade86f1)
|
||||
|
||||
---
|
||||
|
||||
|
||||
## v1.12.0 - 2026-02-10
|
||||
|
||||
- **feature**: cambio pipelines para usar uv package manager [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (0f700b0)
|
||||
|
||||
@@ -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