fix: release workflow

This commit is contained in:
PeriniM 2025-01-02 17:34:23 +01:00
parent 1be6ffe309
commit a00f128992

View File

@ -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