Build issue

This commit is contained in:
Yax 2024-12-12 19:13:58 +01:00
parent 4455ef9a1b
commit 06349b5153
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ jobs:
run: |
uv python pin ${{ matrix.python-version }}
uv sync
rm -rf build *.egg-info
uv build --wheel --out-dir dist
- name: Build the Docker image
run: |

View file

@ -30,6 +30,7 @@ test:
# build
build:
rm -rf build *.egg-info
uv build --wheel --out-dir dist
docker build -t kianby/stacosys .