Skip to content

Commit 63bbbb7

Browse files
committed
publish a wheel
1 parent 11c02f6 commit 63bbbb7

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
@@ -12,7 +12,7 @@ install: ## Install dependencies in local virtualenv folder
1212

1313
publish: ## Publish the library to the central PyPi repository
1414
# build and upload archive
15-
($(VENV_RUN) && pip install setuptools && ./setup.py sdist && twine upload dist/*)
15+
($(VENV_RUN) && pip install build && python -m build && twine upload dist/*)
1616

1717
lint: ## Run code linter
1818
flake8 bin/awslocal --ignore=E501,W503

0 commit comments

Comments
 (0)