From 0a37d3a23a35670dbfc9588d10c7f3e64af55c27 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 17 May 2025 14:31:03 -0300 Subject: [PATCH] Update CI build dependencies - Update `pip` installation to use `uv pip`. - Ensure consistent dependency installation in CI. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e334275..d7f6e3b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -62,8 +62,8 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | uv venv .venv - uv pip install --system build twine source .venv/bin/activate + uv pip install --system build twine uv run python -m build uv run python -m twine upload dist/*