Build issue
This commit is contained in:
parent
4455ef9a1b
commit
06349b5153
2 changed files with 2 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 *.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: |
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -30,6 +30,7 @@ test:
|
||||||
|
|
||||||
# build
|
# build
|
||||||
build:
|
build:
|
||||||
|
rm -rf build *.egg-info
|
||||||
uv build --wheel --out-dir dist
|
uv build --wheel --out-dir dist
|
||||||
docker build -t kianby/stacosys .
|
docker build -t kianby/stacosys .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue