We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e500870 commit ca42071Copy full SHA for ca42071
Makefile
@@ -57,7 +57,7 @@ publish-test: validate-tag build ## Test publishing a release to PyPI.
57
.PHONY: publish
58
publish: validate-tag build ## Publish a release to PyPI.
59
@echo "🚀 Publishing."
60
- @uvx twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
+ @uvx twine upload dist/*
61
62
.PHONY: help
63
help:
pyproject.toml
@@ -289,7 +289,7 @@ packages = ["cmd2"]
289
[tool.setuptools_scm]
290
291
[tool.uv]
292
-default-groups = ["dev", "plugins"]
+default-groups = ["build", "dev", "plugins"]
293
294
[tool.uv.sources]
295
cmd2-ext-test = { path = "plugins/ext_test", editable = true }
0 commit comments