Skip to content

Commit 1b71981

Browse files
committed
UPDATE: don't distribute wheels
the wheels break when underlying system packages upgrade sometimes
1 parent 609d639 commit 1b71981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clean:
2323
find . -name "*.pyc" -exec rm '{}' ';'
2424

2525
dist: clean
26-
@uv build --sdist --wheel
26+
@uv build --sdist
2727

2828
build:
2929
docker build --platform linux/amd64,linux/arm64 --sbom=true --provenance=true -t ${PACKAGE}:${VERSION} .

0 commit comments

Comments
 (0)