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.
uv release
1 parent 9b7cc91 commit ecaec83Copy full SHA for ecaec83
{{cookiecutter.project_slug}}/Makefile
@@ -78,7 +78,7 @@ servedocs: docs ## compile the docs watching for changes
78
watchmedo shell-command -p '*.md' -c '$(MAKE) -C docs html' -R -D .
79
80
release: dist ## package and upload a release
81
- twine upload dist/*
+ uv release -t $(UV_PUBLISH_TOKEN)
82
83
build: clean ## builds source and wheel package
84
rm -rf build dist
0 commit comments