Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e08cb3b

Browse files
publish a wheel (#95)
1 parent db9f241 commit e08cb3b

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)

AltStyle によって変換されたページ (->オリジナル) /