Fix build

This commit is contained in:
Yax 2024-12-12 19:23:28 +01:00
parent 9bd8b8b594
commit e527fad7f0

View file

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