Fix docker build
This commit is contained in:
parent
ce4e2b2b1b
commit
a5032ed440
4 changed files with 5 additions and 4 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -19,7 +19,8 @@ jobs:
|
|||
- name: Sync dependencies using uv
|
||||
run: |
|
||||
uv python pin ${{ matrix.python-version }}
|
||||
uv sync
|
||||
uv sync
|
||||
rm -rf build/* dist/* *.egg-info
|
||||
uv build --wheel --out-dir dist
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue