Fix build
This commit is contained in:
parent
9bd8b8b594
commit
e527fad7f0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue