Skip to content

Commit

Permalink
Ensure build dependencies installed in uv dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed Jan 17, 2025
1 parent e500870 commit ca42071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ publish-test: validate-tag build ## Test publishing a release to PyPI.
.PHONY: publish
publish: validate-tag build ## Publish a release to PyPI.
@echo "🚀 Publishing."
@uvx twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
@uvx twine upload dist/*

.PHONY: help
help:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ packages = ["cmd2"]
[tool.setuptools_scm]

[tool.uv]
default-groups = ["dev", "plugins"]
default-groups = ["build", "dev", "plugins"]

[tool.uv.sources]
cmd2-ext-test = { path = "plugins/ext_test", editable = true }

0 comments on commit ca42071

Please sign in to comment.