Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04c1b47551 | ||
|
|
5b91c44c41 | ||
|
|
98bf7e7f9c | ||
|
|
c7d25203c7 | ||
|
|
7ac8376247 |
@@ -1,3 +1,10 @@
|
|||||||
|
## v1.12.2 - 2026-02-10
|
||||||
|
|
||||||
|
- **bugfix**: test pipeline change [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (98bf7e7)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
## v1.12.1 - 2026-02-10
|
## v1.12.1 - 2026-02-10
|
||||||
|
|
||||||
- **bugfix**: agrego paso de build al pipeline [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (ade86f1)
|
- **bugfix**: agrego paso de build al pipeline [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (ade86f1)
|
||||||
|
|||||||
@@ -10,5 +10,7 @@ pipelines:
|
|||||||
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 build
|
||||||
- uv publish --token=$PYPI_TOKEN
|
- uv publish --token=$PYPI_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user