We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01006d commit 65460eeCopy full SHA for 65460ee
Makefile
@@ -78,7 +78,7 @@ entrypoints: ## Run plux to build entry points
78
@test -s localstack-core/localstack_core.egg-info/entry_points.txt || (echo "Entrypoints were not correctly created! Aborting!" && exit 1)
79
80
dist: entrypoints ## Build source and built (wheel) distributions of the current version
81
- $(VENV_RUN); pip install --upgrade twine; python -m build
+ $(VENV_RUN); pip install --upgrade build twine; python -m build
82
83
publish: clean-dist dist ## Publish the library to the central PyPi repository
84
# make sure the dist archive contains a non-empty entry_points.txt file before uploading
0 commit comments