Skip to content

Commit

Permalink
Makefile upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Aug 31, 2024
1 parent 2fa3e11 commit fcb9691
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.PHONY: dependencies
dependencies:
uv sync --frozen --no-install-project --all-extras
uv sync --no-install-project --all-extras --frozen

.PHONY: upgrade
upgrade:
SETUPTOOLS_SCM_PRETEND_VERSION=0.0.0 \
uv sync --no-install-project --all-extras --upgrade

.PHONY: build
build: clean
Expand Down

0 comments on commit fcb9691

Please sign in to comment.