Skip to content

Commit b7a510e

Browse files
committed
Update makefile
1 parent 765fc8f commit b7a510e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ release: format-check
7070
@echo Remove backup files
7171
@rm pyproject.toml.bak violetear/__init__.py.bak
7272

73-
@uv sync
73+
@uv sync --all-extras
7474

7575
@echo "Committing version bump..."
7676
@git add pyproject.toml violetear/__init__.py uv.lock
@@ -87,5 +87,3 @@ release: format-check
8787
@gh release create "v$(NEW_VERSION)" --title "v$(NEW_VERSION)" --notes "Release version $(NEW_VERSION)"
8888

8989
@echo "✅ Version $(NEW_VERSION) successfully released."
90-
91-
@uv pip install -e .[full]

0 commit comments

Comments
 (0)