Skip to content

Commit ecaec83

Browse files
Use uv release
Co-Authored-By: Daniel Roy Greenfeld <[email protected]>
1 parent 9b7cc91 commit ecaec83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ servedocs: docs ## compile the docs watching for changes
7878
watchmedo shell-command -p '*.md' -c '$(MAKE) -C docs html' -R -D .
7979

8080
release: dist ## package and upload a release
81-
twine upload dist/*
81+
uv release -t $(UV_PUBLISH_TOKEN)
8282

8383
build: clean ## builds source and wheel package
8484
rm -rf build dist

0 commit comments

Comments
 (0)