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 db9f241 commit e08cb3bCopy full SHA for e08cb3b
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