From 1be6ffe309124d55b8b3b66ded448f06dfd87b7e Mon Sep 17 00:00:00 2001 From: PeriniM Date: Thu, 2 Jan 2025 17:20:22 +0100 Subject: [PATCH] fix: uv build --- .github/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fda1a13a..db445a86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,17 +34,14 @@ jobs: fetch-depth: 0 persist-credentials: false - - name: Install dependencies + - name: Install dependencies and build package run: | uv venv - source .venv/bin/activate + . .venv/bin/activate uv pip install build hatchling hatch-vcs uv sync --frozen + uv build --no-sources - - name: Build package - run: python -m build - id: build_cache - - name: Cache build artifacts uses: actions/cache@v3 with: