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 3c6ea79 commit d116a8fCopy full SHA for d116a8f
Makefile
@@ -92,6 +92,7 @@ changelog: ## Release the package to pypi.org
92
release: ## Release the package to pypi.org
93
@echo "🚀 Release package"
94
@uv run prerelease
95
+ @uv run release
96
@rm -Rf dist
97
@uv build
98
@uv publish
news/+release.internal
@@ -0,0 +1 @@
1
+Fix `make release` to also create the tag during the release process @ericof
pyproject.toml
@@ -189,4 +189,5 @@ name = "Tests"
189
showcontent = true
190
191
[tool.zest-releaser]
192
+upload-pypi = false # Build and upload with uv
193
python-file-with-version = "cookieplone/__init__.py"
0 commit comments