Fix docker build

This commit is contained in:
Yax 2024-12-12 19:33:01 +01:00
parent c151623a68
commit c25ed334db
2 changed files with 1 additions and 3 deletions

View file

@ -19,8 +19,7 @@ jobs:
- name: Sync dependencies using uv
run: |
uv python pin ${{ matrix.python-version }}
uv sync
rm -rf build/* dist/* *.egg-info
uv sync
uv build --wheel --out-dir dist
- name: Build the Docker image
run: |