From f6c836d3b63e5ab06af676fba7dc242439ea503f Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Sun, 25 Mar 2018 01:20:00 -0700 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b4778c..b512aa9 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ docs: .venv/docs/bin/sphinx-build ## generate Sphinx HTML documentation, includi test-release: clean-build clean-pyc dist ## package and upload a release to test.pypi.org twine upload --repository-url https://test.pypi.org/legacy/ dist/* -release: clean-bild clean-pyc dist ## package and upload a release +release: clean-build clean-pyc dist ## package and upload a release twine upload dist/*