Fix docker build
This commit is contained in:
parent
c151623a68
commit
c25ed334db
2 changed files with 1 additions and 3 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -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: |
|
||||
|
|
1
Makefile
1
Makefile
|
@ -32,7 +32,6 @@ test:
|
|||
build:
|
||||
# https://stackoverflow.com/questions/24347450/how-do-you-add-additional-files-to-a-wheel
|
||||
rm -rf build/* dist/* *.egg-info
|
||||
>>>>>>> upgrade-docker
|
||||
uv build --wheel --out-dir dist
|
||||
docker build -t kianby/stacosys .
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue