From a00f128992e9fef88c870295c46b983b4286a3eb Mon Sep 17 00:00:00 2001 From: PeriniM Date: Thu, 2 Jan 2025 17:34:23 +0100 Subject: [PATCH] fix: release workflow --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db445a86..72213d72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,9 +38,10 @@ jobs: run: | uv venv . .venv/bin/activate - uv pip install build hatchling hatch-vcs + uv pip install twine uv sync --frozen - uv build --no-sources + uv pip install -e . + uv build - name: Cache build artifacts uses: actions/cache@v3