Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04c1b47551 | ||
|
|
5b91c44c41 | ||
|
|
98bf7e7f9c | ||
|
|
c7d25203c7 | ||
|
|
7ac8376247 | ||
|
|
8b8b9337ac | ||
|
|
da8b27ce88 | ||
|
|
ade86f1350 |
@@ -1,3 +1,17 @@
|
|||||||
|
## v1.12.2 - 2026-02-10
|
||||||
|
|
||||||
|
- **bugfix**: test pipeline change [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (98bf7e7)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## 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
|
## v1.12.0 - 2026-02-10
|
||||||
|
|
||||||
- **feature**: cambio pipelines para usar uv package manager [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (0f700b0)
|
- **feature**: cambio pipelines para usar uv package manager [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (0f700b0)
|
||||||
|
|||||||
@@ -4,10 +4,13 @@ pipelines:
|
|||||||
branches:
|
branches:
|
||||||
'main':
|
'main':
|
||||||
- step:
|
- step:
|
||||||
name: "Tag main"
|
name: "Tag and publish package"
|
||||||
caches:
|
caches:
|
||||||
- pip
|
- pip
|
||||||
script:
|
script:
|
||||||
- pip install uv
|
- pip install uv
|
||||||
- uv run git-flow tag --token=$BEARER
|
- uv run git-flow tag --token=$BEARER
|
||||||
|
- git status
|
||||||
|
- git log --oneline -5
|
||||||
|
- uv build
|
||||||
- uv publish --token=$PYPI_TOKEN
|
- uv publish --token=$PYPI_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user