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: |
|
run: |
|
||||||
uv python pin ${{ matrix.python-version }}
|
uv python pin ${{ matrix.python-version }}
|
||||||
uv sync
|
uv sync
|
||||||
|
rm -rf build/* dist/* *.egg-info
|
||||||
uv build --wheel --out-dir dist
|
uv build --wheel --out-dir dist
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue