Compare commits

..

2 Commits

Author SHA1 Message Date
Elisiário Couto
7cf471402b chore(ci): Bump version to 0.6.10 2025-01-14 01:10:57 +00:00
Elisiário Couto
7480094419 fix(ci): Install uv before publishing. 2025-01-14 01:10:53 +00:00
3 changed files with 11 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ jobs:
with: with:
name: python-package-distributions name: python-package-distributions
path: dist/ path: dist/
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Publish package - name: Publish package
run: uv publish run: uv publish

View File

@@ -1,4 +1,12 @@
## 0.6.10 (2025/01/14)
### Bug Fixes
- **ci:** Install uv before publishing. ([74800944](https://github.com/elisiariocouto/leggen/commit/7480094419697a46515a88a635d4e73820b0d283))
## 0.6.9 (2025/01/14) ## 0.6.9 (2025/01/14)
### Miscellaneous Tasks ### Miscellaneous Tasks

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "leggen" name = "leggen"
version = "0.6.9" version = "0.6.10"
description = "An Open Banking CLI" description = "An Open Banking CLI"
authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }] authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }]
requires-python = "~=3.12" requires-python = "~=3.12"