Skip to content

Commit 65460ee

Browse files
Install build package when running make build
1 parent c01006d commit 65460ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ entrypoints: ## Run plux to build entry points
7878
@test -s localstack-core/localstack_core.egg-info/entry_points.txt || (echo "Entrypoints were not correctly created! Aborting!" && exit 1)
7979

8080
dist: entrypoints ## Build source and built (wheel) distributions of the current version
81-
$(VENV_RUN); pip install --upgrade twine; python -m build
81+
$(VENV_RUN); pip install --upgrade build twine; python -m build
8282

8383
publish: clean-dist dist ## Publish the library to the central PyPi repository
8484
# make sure the dist archive contains a non-empty entry_points.txt file before uploading

0 commit comments

Comments
 (0)