Skip to content

Commit 78471d2

Browse files
Update build command
Co-Authored-By: Daniel Roy Greenfeld <[email protected]>
1 parent 41edd28 commit 78471d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

{{cookiecutter.project_slug}}/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ servedocs: docs ## compile the docs watching for changes
8080
release: dist ## package and upload a release
8181
twine upload dist/*
8282

83-
dist: clean ## builds source and wheel package
84-
python setup.py sdist
85-
python setup.py bdist_wheel
86-
ls -l dist
83+
build: clean ## builds source and wheel package
84+
rm -rf build dist
85+
uv build
86+
ls -l build dist
8787

8888
install: clean ## install the package to the active Python's site-packages
8989
python setup.py install

0 commit comments

Comments
 (0)