Fix docker build

This commit is contained in:
Yax 2024-12-12 19:33:01 +01:00
parent c151623a68
commit c25ed334db
2 changed files with 1 additions and 3 deletions

View file

@ -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: |

View file

@ -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 .