We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c02f6 commit 63bbbb7Copy full SHA for 63bbbb7
Makefile
@@ -12,7 +12,7 @@ install: ## Install dependencies in local virtualenv folder
12
13
publish: ## Publish the library to the central PyPi repository
14
# build and upload archive
15
- ($(VENV_RUN) && pip install setuptools && ./setup.py sdist && twine upload dist/*)
+ ($(VENV_RUN) && pip install build && python -m build && twine upload dist/*)
16
17
lint: ## Run code linter
18
flake8 bin/awslocal --ignore=E501,W503
0 commit comments