We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0908039 commit a7bbdadCopy full SHA for a7bbdad
{{cookiecutter.git_repo_name}}/Makefile
@@ -65,7 +65,7 @@ gh-pages:
65
all: format pylint coverage check-security pip-export
66
67
build:
68
- @python -m build
+ @uv build --wheel --sdist
69
70
coverage:
71
@uv run pytest --cov --cov-report=html -vvv
0 commit comments