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 41edd28 commit 78471d2Copy full SHA for 78471d2
{{cookiecutter.project_slug}}/Makefile
@@ -80,10 +80,10 @@ servedocs: docs ## compile the docs watching for changes
80
release: dist ## package and upload a release
81
twine upload dist/*
82
83
-dist: clean ## builds source and wheel package
84
- python setup.py sdist
85
- python setup.py bdist_wheel
86
- ls -l dist
+build: clean ## builds source and wheel package
+ rm -rf build dist
+ uv build
+ ls -l build dist
87
88
install: clean ## install the package to the active Python's site-packages
89
python setup.py install
0 commit comments