Skip to content

Commit a7bbdad

Browse files
committed
Fixed Makefile for uc build command
1 parent 0908039 commit a7bbdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.git_repo_name}}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gh-pages:
6565
all: format pylint coverage check-security pip-export
6666

6767
build:
68-
@python -m build
68+
@uv build --wheel --sdist
6969

7070
coverage:
7171
@uv run pytest --cov --cov-report=html -vvv

0 commit comments

Comments
 (0)